Home
last modified time | relevance | path

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

/linux/drivers/input/
A Dinput-mt.c72 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in input_mt_init_slots()
179 input_event(dev, EV_KEY, BTN_TOOL_QUADTAP, count == 4); in input_mt_report_finger_count()
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h416 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro
/linux/include/uapi/linux/
A Dinput-event-codes.h416 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro
/linux/drivers/input/mouse/
A Delantech.c479 input_report_key(dev, BTN_TOOL_QUADTAP, fingers == 4); in elantech_report_absolute_v2()
1201 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in elantech_set_input_params()
1222 __set_bit(BTN_TOOL_QUADTAP, dev->keybit); in elantech_set_input_params()
A Dcypress_ps2.c402 __set_bit(BTN_TOOL_QUADTAP, input->keybit); in cypress_set_input_params()
A Dsynaptics.c1302 input_set_capability(dev, EV_KEY, BTN_TOOL_QUADTAP); in set_input_params()
A Dalps.c2999 set_bit(BTN_TOOL_QUADTAP, dev1->keybit); in alps_set_abs_params_mt_common()
/linux/drivers/hid/
A Dhid-magicmouse.c568 __set_bit(BTN_TOOL_QUADTAP, input->keybit); in magicmouse_setup_input()
A Dhid-debug.c871 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
/linux/Documentation/input/
A Devent-codes.rst163 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:

Completed in 40 milliseconds