Home
last modified time | relevance | path

Searched refs:BTN_TOOL_TRIPLETAP (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/input/
Dinput-mt.c73 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in input_mt_init_slots()
181 input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3); in input_mt_report_finger_count()
/Linux-v4.19/drivers/input/mouse/
Dsynaptics_usb.c183 input_report_key(input_dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synusb_report_touchpad()
413 __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); in synusb_probe()
Delantech.c284 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v1()
394 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v2()
526 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v3()
1213 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in elantech_set_input_params()
Dappletouch.c450 input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2); in atp_report_fingers()
930 set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); in atp_probe()
Dcypress_ps2.c404 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in cypress_set_input_params()
Dsynaptics.c1139 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synaptics_process_packet()
1323 input_set_capability(dev, EV_KEY, BTN_TOOL_TRIPLETAP); in set_input_params()
Dalps.c2983 set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit); in alps_set_abs_params_mt_common()
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h415 #define BTN_TOOL_TRIPLETAP 0x14e macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h415 #define BTN_TOOL_TRIPLETAP 0x14e macro
/Linux-v4.19/drivers/hid/
Dhid-magicmouse.c394 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in magicmouse_setup_input()
Dhid-debug.c886 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
/Linux-v4.19/Documentation/input/
Devent-codes.rst163 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP: