Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-gyration.c61 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK && in gyration_event()
Dhid-a4tech.c26 #define A4_WHEEL_ORIENTATION (HID_UP_GENDESK | 0x000000b8)
Dhid-tmff.c40 #define THRUSTMASTER_USAGE_FF (HID_UP_GENDESK | 0xbb)
Dhid-microsoft.c169 case HID_UP_GENDESK: in ms_surface_dial_quirk()
Dhid-ntrig.c465 case HID_UP_GENDESK: in ntrig_input_mapping()
Dhid-sony.c682 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) { in navigation_mapping()
731 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) { in sixaxis_mapping()
Dhid-asus.c867 (field->application == (HID_UP_GENDESK | 0x0080) || in asus_input_mapping()
Dhid-core.c815 if ((parser->global.usage_page << 16) == HID_UP_GENDESK) in hid_scan_collection()
2228 (col->usage & HID_USAGE_PAGE) == HID_UP_GENDESK && in hid_connect()
Dhid-multitouch.c743 case HID_UP_GENDESK: in mt_touch_input_mapping()
Dhid-input.c811 case HID_UP_GENDESK: in hidinput_configure_usage()
/Linux-v6.6/include/linux/
Dhid.h147 #define HID_UP_GENDESK 0x00010000 macro
901 (((a >= HID_UP_GENDESK) && (a <= HID_GD_MULTIAXIS)) \