Linux Kernel
3.7.1
|
Data Fields | |
bool | status |
struct completion | ready |
u32 | usage_id |
u32 | attr_usage_id |
int | raw_size |
u8 * | raw_data |
struct sensor_hub_pending - Synchronous read pending information : Pending status true/false. : Completion synchronization data. : Usage id for physical device, E.g. Gyro usage id. : Usage Id of a field, E.g. X-AXIS for a gyro. : Response size for a read request. : Place holder for received response.
Definition at line 40 of file hid-sensor-hub.c.
u32 attr_usage_id |
Definition at line 44 of file hid-sensor-hub.c.
u8* raw_data |
Definition at line 46 of file hid-sensor-hub.c.
int raw_size |
Definition at line 45 of file hid-sensor-hub.c.
struct completion ready |
Definition at line 42 of file hid-sensor-hub.c.
Definition at line 41 of file hid-sensor-hub.c.
u32 usage_id |
Definition at line 43 of file hid-sensor-hub.c.