Home
last modified time | relevance | path

Searched refs:HID_UP_MSVENDOR (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-microsoft.c101 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR) in ms_ergonomy_kb_quirk()
145 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR) in ms_presenter_8k_quirk()
236 if (quirks & MS_ERGONOMY && usage->hid == (HID_UP_MSVENDOR | 0xff00)) { in ms_event()
244 if (quirks & MS_ERGONOMY && usage->hid == (HID_UP_MSVENDOR | 0xff01)) { in ms_event()
259 if (quirks & MS_ERGONOMY && usage->hid == (HID_UP_MSVENDOR | 0xff05)) { in ms_event()
H A Dhid-kensington.c24 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR) in ks_input_mapping()
H A Dhid-chicony.c63 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR) in ch_input_mapping()
H A Dhid-lenovo.c187 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR || in lenovo_input_mapping_cptkbd()
267 (usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR) && in lenovo_input_mapping_tpIIkbd()
311 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR && in lenovo_input_mapping_tpIIkbd()
H A Dhid-apple.c675 usage->hid == (HID_UP_MSVENDOR | 0x0003) || in apple_input_mapping()
734 if ((hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR && (hid & HID_USAGE) == 0xf) in apple_backlight_check_support()
H A Dhid-rmi.c571 if ((app & HID_USAGE_PAGE) >= HID_UP_MSVENDOR) in rmi_check_valid_report_id()
H A Dhid-prodikeys.c767 if (HID_UP_MSVENDOR == (usage->hid & HID_USAGE_PAGE) && in pk_input_mapping()
H A Dhid-asus.c908 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR) { in asus_input_mapping()
H A Dhid-sony.c591 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR) { in guitar_mapping()
H A Dhid-input.c1311 case HID_UP_MSVENDOR: in hidinput_configure_usage()
H A Dhid-core.c827 if ((parser->global.usage_page << 16) >= HID_UP_MSVENDOR) in hid_scan_collection()
H A Dwacom_sys.c222 field->application == HID_UP_MSVENDOR) { in wacom_hid_usage_quirk()
/openbmc/linux/include/linux/
H A Dhid.h162 #define HID_UP_MSVENDOR 0xff000000 macro