Home
last modified time | relevance | path

Searched refs:HID_UP_BUTTON (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-accutouch.c28 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in accutouch_input_mapping()
Dhid-penmount.c25 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in penmount_input_mapping()
Dhid-rmi.c401 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) in rmi_event()
548 ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON)) in rmi_input_mapping()
Dhid-lenovo.c91 if (usage->hid == (HID_UP_BUTTON | 0x0010)) { in lenovo_input_mapping_tpkbd()
145 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON && in lenovo_input_mapping_cptkbd()
Dhid-sony.c683 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in ps3remote_mapping()
715 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in navigation_mapping()
763 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in sixaxis_mapping()
811 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in ds4_mapping()
1312 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in sony_mapping()
Dhid-multitouch.c672 (usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in mt_touch_input_mapping()
678 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) in mt_touch_input_mapping()
822 case HID_UP_BUTTON: in mt_touch_input_mapping()
Dhid-lg.c624 if ((hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in lg_input_mapping()
Dhid-asus.c477 usage->hid != (HID_UP_BUTTON | 1)) in asus_input_mapping()
Dhid-input.c612 case HID_UP_BUTTON: in hidinput_configure_usage()
/Linux-v4.19/include/linux/
Dhid.h162 #define HID_UP_BUTTON 0x00090000 macro