Home
last modified time | relevance | path

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

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