Searched refs:BTN_TOOL_QUADTAP (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/input/ |
D | input-mt.c | 73 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in input_mt_init_slots() 180 input_event(dev, EV_KEY, BTN_TOOL_QUADTAP, count == 4); in input_mt_report_finger_count()
|
/Linux-v6.6/include/dt-bindings/input/ |
D | linux-event-codes.h | 417 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro
|
/Linux-v6.6/include/uapi/linux/ |
D | input-event-codes.h | 417 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro
|
/Linux-v6.6/drivers/input/mouse/ |
D | elantech.c | 479 input_report_key(dev, BTN_TOOL_QUADTAP, fingers == 4); in elantech_report_absolute_v2() 1202 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in elantech_set_input_params() 1223 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in elantech_set_input_params()
|
D | cypress_ps2.c | 402 __set_bit(BTN_TOOL_QUADTAP, input->keybit); in cypress_set_input_params()
|
D | synaptics.c | 1303 input_set_capability(dev, EV_KEY, BTN_TOOL_QUADTAP); in set_input_params()
|
D | alps.c | 2999 set_bit(BTN_TOOL_QUADTAP, dev1->keybit); in alps_set_abs_params_mt_common()
|
/Linux-v6.6/drivers/hid/ |
D | hid-debug.c | 908 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
|
D | hid-magicmouse.c | 585 __set_bit(BTN_TOOL_QUADTAP, input->keybit); in magicmouse_setup_input()
|
/Linux-v6.6/Documentation/input/ |
D | event-codes.rst | 167 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:
|