Searched refs:BTN_TOOL_TRIPLETAP (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/input/ |
| D | input-mt.c | 70 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in input_mt_init_slots() 178 input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3); in input_mt_report_finger_count()
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | synaptics_usb.c | 179 input_report_key(input_dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synusb_report_touchpad() 409 __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); in synusb_probe()
|
| D | elantech.c | 327 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v1() 437 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v2() 569 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v3() 1132 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in elantech_set_input_params()
|
| D | appletouch.c | 436 input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2); in atp_report_fingers() 916 set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); in atp_probe()
|
| D | cypress_ps2.c | 401 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in cypress_set_input_params()
|
| D | synaptics.c | 1143 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synaptics_process_packet() 1327 input_set_capability(dev, EV_KEY, BTN_TOOL_TRIPLETAP); in set_input_params()
|
| D | alps.c | 2998 set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit); in alps_set_abs_params_mt_common()
|
| /Linux-v5.4/include/dt-bindings/input/ |
| D | linux-event-codes.h | 415 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | input-event-codes.h | 415 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-magicmouse.c | 458 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in magicmouse_setup_input()
|
| D | hid-debug.c | 869 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
|
| /Linux-v5.4/Documentation/input/ |
| D | event-codes.rst | 163 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:
|