Linux Kernel
3.7.1
|
#include <fsl_hypervisor.h>
Data Fields | |
__u32 | ret |
__u32 | handle |
__u64 | path |
__u64 | propname |
__u64 | propval |
__u32 | proplen |
__u32 | reserved |
struct fsl_hv_ioctl_prop - get/set a device tree property : return error code from the hypervisor : handle of partition whose tree to access : virtual address of path name of node to access : virtual address of name of property to access : virtual address of property data buffer : Size of property data buffer : reserved, must be set to 0
Used by FSL_HV_IOCTL_DOORBELL
Definition at line 174 of file fsl_hypervisor.h.
Definition at line 176 of file fsl_hypervisor.h.
Definition at line 177 of file fsl_hypervisor.h.
__u32 proplen |
Definition at line 180 of file fsl_hypervisor.h.
__u64 propname |
Definition at line 178 of file fsl_hypervisor.h.
__u64 propval |
Definition at line 179 of file fsl_hypervisor.h.
__u32 reserved |
Definition at line 181 of file fsl_hypervisor.h.
__u32 ret |
Definition at line 175 of file fsl_hypervisor.h.