Searched refs:_HID_GLOBAL_VAL (Results 1 – 1 of 1) sorted by relevance
| /system/ulib/hid/include/hid/ |
| A D | descriptor.h | 47 #define _HID_GLOBAL_VAL(bTag, v) (((bTag) << 4) | 0x5), _HID_LOW8(v) macro 74 #define HID_USAGE_PAGE(v) _HID_GLOBAL_VAL(0x0, v) 76 #define HID_LOGICAL_MIN(v) _HID_GLOBAL_VAL(0x1, v) 79 #define HID_LOGICAL_MAX(v) _HID_GLOBAL_VAL(0x2, v) 82 #define HID_PHYSICAL_MIN(v) _HID_GLOBAL_VAL(0x3, v) 85 #define HID_PHYSICAL_MAX(v) _HID_GLOBAL_VAL(0x4, v) 88 #define HID_UNIT_EXPONENT(v) _HID_GLOBAL_VAL(0x5, (v) & 0xf) 89 #define HID_REPORT_SIZE(v) _HID_GLOBAL_VAL(0x7, v) 90 #define HID_REPORT_ID(v) _HID_GLOBAL_VAL(0x8, v) 91 #define HID_REPORT_COUNT(v) _HID_GLOBAL_VAL(0x9, v) [all …]
|
Completed in 4 milliseconds