Linux Kernel
3.7.1
|
#include <hid-sensor-hub.h>
Data Fields | |
u32 | usage_id |
u32 | attrib_id |
s32 | report_id |
s32 | index |
s32 | units |
s32 | unit_expo |
s32 | size |
struct hid_sensor_hub_attribute_info - Attribute info : Parent usage id of a physical device. : Attribute id for this attribute. : Report id in which this information resides. : Field index in the report. : Measurment unit for this attribute. : Exponent used in the data. : Size in bytes for data size.
Definition at line 35 of file hid-sensor-hub.h.
u32 attrib_id |
Definition at line 37 of file hid-sensor-hub.h.
s32 index |
Definition at line 39 of file hid-sensor-hub.h.
s32 report_id |
Definition at line 38 of file hid-sensor-hub.h.
s32 size |
Definition at line 42 of file hid-sensor-hub.h.
s32 unit_expo |
Definition at line 41 of file hid-sensor-hub.h.
s32 units |
Definition at line 40 of file hid-sensor-hub.h.
u32 usage_id |
Definition at line 36 of file hid-sensor-hub.h.