Searched refs:BTN_TOOL_TRIPLETAP (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/input/ |
D | input-mt.c | 73 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in input_mt_init_slots() 177 input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3); in input_mt_report_finger_count()
|
/linux-4.1.27/drivers/input/mouse/ |
D | synaptics_usb.c | 179 input_report_key(input_dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synusb_report_touchpad() 402 __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); in synusb_probe()
|
D | elantech.c | 285 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v1() 395 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v2() 530 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3); in elantech_report_absolute_v3() 1188 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in elantech_set_input_params()
|
D | appletouch.c | 450 input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2); in atp_report_fingers() 929 set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit); in atp_probe()
|
D | synaptics.c | 1072 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synaptics_process_packet() 1229 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit); in set_input_params()
|
D | cypress_ps2.c | 404 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in cypress_set_input_params()
|
D | alps.c | 2816 set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit); in alps_set_abs_params_mt_common()
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/ |
D | input.h | 346 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/input/ |
D | input.h | 346 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
/linux-4.1.27/include/dt-bindings/input/ |
D | input.h | 346 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | input.h | 346 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | input.h | 346 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/ |
D | input.h | 346 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
/linux-4.1.27/drivers/hid/ |
D | hid-magicmouse.c | 393 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); in magicmouse_setup_input()
|
D | hid-debug.c | 884 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 554 #define BTN_TOOL_TRIPLETAP 0x14e macro
|
/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 134 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:
|