Home
last modified time | relevance | path

Searched defs:hid_global (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A Ddrvhid_4.h245 struct hid_global { struct
246 __u32 usage_page;
247 __s32 logical_minimum;
248 __s32 logical_maximum;
249 __s32 physical_minimum;
250 __s32 physical_maximum;
251 __u8 unit_exponent;
252 __u8 unit;
253 __u8 report_id;
254 __u8 report_size;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A Ddrvhid_2.h245 struct hid_global { struct
246 __u32 usage_page;
247 __s32 logical_minimum;
248 __s32 logical_maximum;
249 __s32 physical_minimum;
250 __s32 physical_maximum;
251 __u8 unit_exponent;
252 __u8 unit;
253 __u8 report_id;
254 __u8 report_size;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A Ddrvhid.h245 struct hid_global { struct
246 __u32 usage_page;
247 __s32 logical_minimum;
248 __s32 logical_maximum;
249 __s32 physical_minimum;
250 __s32 physical_maximum;
251 __u8 unit_exponent;
252 __u8 unit;
253 __u8 report_id;
254 __u8 report_size;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A Ddrvhid_3.h245 struct hid_global { struct
246 __u32 usage_page;
247 __s32 logical_minimum;
248 __s32 logical_maximum;
249 __s32 physical_minimum;
250 __s32 physical_maximum;
251 __u8 unit_exponent;
252 __u8 unit;
253 __u8 report_id;
254 __u8 report_size;
[all …]