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

/linux-master/drivers/hid/
H A Dhid-gyration.c61 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK &&
H A Dhid-a4tech.c26 #define A4_WHEEL_ORIENTATION (HID_UP_GENDESK | 0x000000b8)
H A Dhid-tmff.c40 #define THRUSTMASTER_USAGE_FF (HID_UP_GENDESK | 0xbb)
H A Dhid-microsoft.c169 case HID_UP_GENDESK:
H A Dhid-sony.c682 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) {
731 } else if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK) {
H A Dhid-ntrig.c465 case HID_UP_GENDESK:
H A Dhid-core.c822 if ((parser->global.usage_page << 16) == HID_UP_GENDESK)
2235 (col->usage & HID_USAGE_PAGE) == HID_UP_GENDESK &&
H A Dhid-asus.c867 (field->application == (HID_UP_GENDESK | 0x0080) ||
H A Dhid-multitouch.c742 case HID_UP_GENDESK:
H A Dhid-input.c813 case HID_UP_GENDESK:
/linux-master/include/linux/
H A Dhid.h147 #define HID_UP_GENDESK 0x00010000 macro
904 (((a >= HID_UP_GENDESK) && (a <= HID_GD_MULTIAXIS)) \

Completed in 182 milliseconds