Searched refs:BTN_TOOL_QUADTAP (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/input/ |
D | input-mt.c | 75 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in input_mt_init_slots() 182 input_event(dev, EV_KEY, BTN_TOOL_QUADTAP, count == 4); in input_mt_report_finger_count()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 416 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 416 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro
|
/Linux-v4.19/drivers/input/mouse/ |
D | elantech.c | 395 input_report_key(dev, BTN_TOOL_QUADTAP, fingers == 4); in elantech_report_absolute_v2() 1228 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in elantech_set_input_params() 1249 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in elantech_set_input_params()
|
D | cypress_ps2.c | 405 __set_bit(BTN_TOOL_QUADTAP, input->keybit); in cypress_set_input_params()
|
D | synaptics.c | 1287 input_set_capability(dev, EV_KEY, BTN_TOOL_QUADTAP); in set_input_params()
|
D | alps.c | 2984 set_bit(BTN_TOOL_QUADTAP, dev1->keybit); in alps_set_abs_params_mt_common()
|
/Linux-v4.19/drivers/hid/ |
D | hid-magicmouse.c | 395 __set_bit(BTN_TOOL_QUADTAP, input->keybit); in magicmouse_setup_input()
|
D | hid-debug.c | 886 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
|
/Linux-v4.19/Documentation/input/ |
D | event-codes.rst | 163 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:
|