Searched refs:BTN_TOOL_TRIPLETAP (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/input/ |
| H A D | input-mt.c | 74 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in input_mt_init_slots() 179 input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3); in input_mt_report_finger_count()
|
| /linux/drivers/input/mouse/ |
| H A D | elantech.c | 368 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v1() 478 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v2() 623 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v3() 1187 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in elantech_set_input_params()
|
| H A D | synaptics.c | 1191 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synaptics_process_packet() 1374 input_set_capability(dev, EV_KEY, BTN_TOOL_TRIPLETAP); in set_input_params()
|
| H A D | cypress_ps2.c | 362 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in cypress_set_input_params()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 417 #define BTN_TOOL_TRIPLETAP 0x14e 416 #define BTN_TOOL_TRIPLETAP global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 417 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
| /linux/drivers/hid/ |
| H A D | hid-magicmouse.c | 623 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in magicmouse_setup_input()
|
| H A D | hid-debug.c | 3305 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 167 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:
|