Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-gyration.c64 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK && in gyration_event()
Dhid-a4tech.c29 #define A4_WHEEL_ORIENTATION (HID_UP_GENDESK | 0x000000b8)
Dhid-tmff.c52 #define THRUSTMASTER_USAGE_FF (HID_UP_GENDESK | 0xbb)
Dhid-microsoft.c143 case HID_UP_GENDESK: in ms_surface_dial_quirk()
Dhid-asus.c487 if (field->application == (HID_UP_GENDESK | 0x0080) || in asus_input_mapping()
Dhid-sony.c747 } 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()
Dhid-ntrig.c469 case HID_UP_GENDESK: in ntrig_input_mapping()
Dhid-core.c813 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()
Dhid-input.c663 case HID_UP_GENDESK: in hidinput_configure_usage()
Dhid-multitouch.c712 case HID_UP_GENDESK: in mt_touch_input_mapping()
/linux-4.19.296/include/linux/
Dhid.h157 #define HID_UP_GENDESK 0x00010000 macro