Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-accutouch.c25 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in accutouch_input_mapping()
Dhid-penmount.c22 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in penmount_input_mapping()
Dhid-rmi.c408 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) in rmi_event()
555 ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON)) in rmi_input_mapping()
Dhid-lenovo.c88 if (usage->hid == (HID_UP_BUTTON | 0x0010)) { in lenovo_input_mapping_tpkbd()
142 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON && in lenovo_input_mapping_cptkbd()
Dhid-sony.c685 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in ps3remote_mapping()
717 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in navigation_mapping()
765 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in sixaxis_mapping()
813 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in ds4_mapping()
1314 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in sony_mapping()
Dhid-lg.c678 if ((hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in lg_input_mapping()
Dhid-multitouch.c691 (usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in mt_touch_input_mapping()
697 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) in mt_touch_input_mapping()
841 case HID_UP_BUTTON: in mt_touch_input_mapping()
Dhid-asus.c690 usage->hid != (HID_UP_BUTTON | 1)) in asus_input_mapping()
Dhid-input.c606 case HID_UP_BUTTON: in hidinput_configure_usage()
/Linux-v5.4/include/linux/
Dhid.h150 #define HID_UP_BUTTON 0x00090000 macro