Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-gyration.c64 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK && in gyration_event()
Dhid-tmff.c50 #define THRUSTMASTER_USAGE_FF (HID_UP_GENDESK | 0xbb)
Dhid-microsoft.c143 case HID_UP_GENDESK: in ms_surface_dial_quirk()
Dhid-asus.c467 if (field->application == (HID_UP_GENDESK | 0x0080) || in asus_input_mapping()
Dhid-sony.c743 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) { in navigation_mapping()
792 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) { in sixaxis_mapping()
820 } 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.c750 if ((parser->global.usage_page << 16) == HID_UP_GENDESK) in hid_scan_collection()
1729 (col->usage & HID_USAGE_PAGE) == HID_UP_GENDESK && in hid_connect()
Dhid-multitouch.c686 case HID_UP_GENDESK: in mt_touch_input_mapping()
Dhid-input.c654 case HID_UP_GENDESK: in hidinput_configure_usage()
/Linux-v4.19/include/linux/
Dhid.h157 #define HID_UP_GENDESK 0x00010000 macro