Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/
H A Dinput-mt.c76 __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-6.15/include/uapi/linux/
H A Dinput-event-codes.h417 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro
/linux-6.15/include/dt-bindings/input/
H A Dlinux-event-codes.h417 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro
/linux-6.15/drivers/input/mouse/
H A Delantech.c479 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()
H A Dcypress_ps2.c363 __set_bit(BTN_TOOL_QUADTAP, input->keybit); in cypress_set_input_params()
H A Dsynaptics.c1338 input_set_capability(dev, EV_KEY, BTN_TOOL_QUADTAP); in set_input_params()
H A Dalps.c3003 set_bit(BTN_TOOL_QUADTAP, dev1->keybit); in alps_set_abs_params_mt_common()
/linux-6.15/drivers/hid/
H A Dhid-magicmouse.c603 __set_bit(BTN_TOOL_QUADTAP, input->keybit); in magicmouse_setup_input()
H A Dhid-debug.c3300 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
/linux-6.15/Documentation/input/
H A Devent-codes.rst167 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP: