Home
last modified time | relevance | path

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

/linux/drivers/input/
A Dinput-mt.c70 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in input_mt_init_slots()
178 input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3); in input_mt_report_finger_count()
/linux/drivers/input/mouse/
A Dsynaptics_usb.c179 input_report_key(input_dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synusb_report_touchpad()
409 __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); in synusb_probe()
A Delantech.c368 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v1()
478 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v2()
623 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v3()
1186 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in elantech_set_input_params()
A Dappletouch.c436 input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2); in atp_report_fingers()
916 set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); in atp_probe()
A Dsynaptics.c1154 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synaptics_process_packet()
1338 input_set_capability(dev, EV_KEY, BTN_TOOL_TRIPLETAP); in set_input_params()
A Dcypress_ps2.c401 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in cypress_set_input_params()
A Dalps.c2998 set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit); in alps_set_abs_params_mt_common()
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h415 #define BTN_TOOL_TRIPLETAP 0x14e macro
/linux/include/uapi/linux/
A Dinput-event-codes.h415 #define BTN_TOOL_TRIPLETAP 0x14e macro
/linux/drivers/hid/
A Dhid-magicmouse.c567 __set_bit(BTN_TOOL_TRIPLETAP, 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 37 milliseconds