Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dhid-lcpower.c24 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in ts_input_mapping()
Dhid-topseed.c30 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in ts_input_mapping()
Dhid-petalynx.c41 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_LOGIVENDOR) { in pl_input_mapping()
Dhid-gyration.c28 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in gyration_input_mapping()
Dhid-lg.c541 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in lg_ultrax_remote_mapping()
Dhid-input.c1258 case HID_UP_LOGIVENDOR: in hidinput_configure_usage()
Dhid-logitech-hidpp.c3239 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR) in lg_dinovo_input_mapping()
/linux-6.1.9/include/linux/
Dhid.h162 #define HID_UP_LOGIVENDOR 0xffbc0000 macro