Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-lcpower.c27 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in ts_input_mapping()
Dhid-topseed.c33 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in ts_input_mapping()
Dhid-petalynx.c44 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_LOGIVENDOR) { in pl_input_mapping()
Dhid-gyration.c31 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in gyration_input_mapping()
Dhid-lg.c487 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in lg_ultrax_remote_mapping()
520 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in lg_dinovo_mapping()
Dhid-input.c1074 case HID_UP_LOGIVENDOR: in hidinput_configure_usage()
/Linux-v4.19/include/linux/
Dhid.h172 #define HID_UP_LOGIVENDOR 0xffbc0000 macro