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

/linux-master/drivers/hid/
H A Dhid-kensington.c24 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR)
H A Dhid-microsoft.c101 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR)
145 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR)
236 if (quirks & MS_ERGONOMY && usage->hid == (HID_UP_MSVENDOR | 0xff00)) {
244 if (quirks & MS_ERGONOMY && usage->hid == (HID_UP_MSVENDOR | 0xff01)) {
259 if (quirks & MS_ERGONOMY && usage->hid == (HID_UP_MSVENDOR | 0xff05)) {
H A Dhid-chicony.c63 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR)
H A Dhid-lenovo.c186 /* HID_UP_LNVENDOR = USB, HID_UP_MSVENDOR = BT */
187 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR ||
261 * 0xff0a0000 = USB, HID_UP_MSVENDOR = BT.
263 * In BT mode, there are two HID_UP_MSVENDOR pages.
267 (usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR) &&
311 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR &&
H A Dhid-rmi.c569 if ((app & HID_USAGE_PAGE) >= HID_UP_MSVENDOR)
H A Dhid-prodikeys.c751 if (HID_UP_MSVENDOR == (usage->hid & HID_USAGE_PAGE) &&
H A Dhid-apple.c676 usage->hid == (HID_UP_MSVENDOR | 0x0003) ||
735 if ((hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR && (hid & HID_USAGE) == 0xf)
H A Dhid-asus.c921 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR) {
H A Dhid-sony.c591 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR) {
H A Dhid-core.c827 if ((parser->global.usage_page << 16) >= HID_UP_MSVENDOR)
H A Dwacom_sys.c222 field->application == HID_UP_MSVENDOR) {
H A Dhid-input.c1325 case HID_UP_MSVENDOR:
/linux-master/include/linux/
H A Dhid.h162 #define HID_UP_MSVENDOR 0xff000000 macro

Completed in 445 milliseconds