Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
u32 | usage_id |
struct hid_sensor_hub_callbacks * | usage_callback |
void * | priv |
struct hid_sensor_hub_callbacks_list - Stores callback list : list head. : usage id for a physical device. : Stores registered callback functions. : Private data for a physical device.
Definition at line 78 of file hid-sensor-hub.c.
Definition at line 79 of file hid-sensor-hub.c.
Definition at line 82 of file hid-sensor-hub.c.
struct hid_sensor_hub_callbacks* usage_callback |
Definition at line 81 of file hid-sensor-hub.c.
u32 usage_id |
Definition at line 80 of file hid-sensor-hub.c.