Home
last modified time | relevance | path

Searched refs:HID_UP_GENDESK (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hid/
H A Dhid-gyration.c61 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK && in gyration_event()
H A Dhid-a4tech.c26 #define A4_WHEEL_ORIENTATION (HID_UP_GENDESK | 0x000000b8)
H A Dhid-ntrig.c465 case HID_UP_GENDESK: in ntrig_input_mapping()
H A Dhid-core.c877 if ((parser->global.usage_page << 16) == HID_UP_GENDESK) in hid_scan_collection()
2359 (col->usage & HID_USAGE_PAGE) == HID_UP_GENDESK && in hid_connect()
H A Dhid-multitouch.c823 case HID_UP_GENDESK: in mt_touch_input_mapping()
/linux/include/linux/
H A Dhid.h149 #define HID_UP_GENDESK 0x00010000 macro
990 (((a >= HID_UP_GENDESK) && (a <= HID_GD_MULTIAXIS)) \