Searched refs:HID_UP_GENDESK (Results 1 – 11 of 11) sorted by relevance
64 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK && in gyration_event()
29 #define A4_WHEEL_ORIENTATION (HID_UP_GENDESK | 0x000000b8)
52 #define THRUSTMASTER_USAGE_FF (HID_UP_GENDESK | 0xbb)
143 case HID_UP_GENDESK: in ms_surface_dial_quirk()
487 if (field->application == (HID_UP_GENDESK | 0x0080) || in asus_input_mapping()
747 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) { in navigation_mapping()796 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) { in sixaxis_mapping()824 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) { in ds4_mapping()
469 case HID_UP_GENDESK: in ntrig_input_mapping()
813 if ((parser->global.usage_page << 16) == HID_UP_GENDESK) in hid_scan_collection()1820 (col->usage & HID_USAGE_PAGE) == HID_UP_GENDESK && in hid_connect()
663 case HID_UP_GENDESK: in hidinput_configure_usage()
712 case HID_UP_GENDESK: in mt_touch_input_mapping()
157 #define HID_UP_GENDESK 0x00010000 macro