Home
last modified time | relevance | path

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

/Linux-v6.6/samples/hid/
Dhid_surface_dial.bpf.c10 #define HID_UP_BUTTON 0x0009 macro
114 data[31] = HID_UP_BUTTON; in BPF_PROG()
/Linux-v6.6/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.c407 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) in rmi_event()
553 ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON)) in rmi_input_mapping()
Dhid-lenovo.c168 if (usage->hid == (HID_UP_BUTTON | 0x0010)) { in lenovo_input_mapping_tpkbd()
222 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON && in lenovo_input_mapping_cptkbd()
318 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON && in lenovo_input_mapping_tpIIkbd()
Dhid-sony.c622 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in ps3remote_mapping()
654 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in navigation_mapping()
702 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in sixaxis_mapping()
972 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in sony_mapping()
Dhid-lg.c658 if ((hid & HID_USAGE_PAGE) != HID_UP_BUTTON) in lg_input_mapping()
Dhid-multitouch.c729 (usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in mt_touch_input_mapping()
735 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) in mt_touch_input_mapping()
881 case HID_UP_BUTTON: in mt_touch_input_mapping()
Dhid-input.c758 case HID_UP_BUTTON: in hidinput_configure_usage()
/Linux-v6.6/include/linux/
Dhid.h152 #define HID_UP_BUTTON 0x00090000 macro