Home
last modified time | relevance | path

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

/linux-4.1.27/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-ntrig.c469 case HID_UP_GENDESK: in ntrig_input_mapping()
Dhid-multitouch.c415 case HID_UP_GENDESK: in mt_touch_input_mapping()
Dhid-core.c713 if ((parser->global.usage_page << 16) == HID_UP_GENDESK) in hid_scan_collection()
1645 (col->usage & HID_USAGE_PAGE) == HID_UP_GENDESK && in hid_connect()
Dhid-input.c577 case HID_UP_GENDESK: in hidinput_configure_usage()
/linux-4.1.27/include/linux/
Dhid.h155 #define HID_UP_GENDESK 0x00010000 macro