Home
last modified time | relevance | path

Searched refs:BTN_TOOL_DOUBLETAP (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/hid/
Dhid-ntrig.c632 input_report_key(input, BTN_TOOL_DOUBLETAP, in ntrig_event()
840 input_report_key(input, BTN_TOOL_DOUBLETAP, 1); in ntrig_event()
843 input_report_key(input, BTN_TOOL_DOUBLETAP, 0); in ntrig_event()
881 __set_bit(BTN_TOOL_DOUBLETAP, input->keybit); in ntrig_input_configured()
Dhid-magicmouse.c392 __set_bit(BTN_TOOL_DOUBLETAP, input->keybit); in magicmouse_setup_input()
Dhid-debug.c883 [BTN_STYLUS2] = "Stylus2", [BTN_TOOL_DOUBLETAP] = "ToolDoubleTap",
/linux-4.4.14/drivers/input/
Dinput-mt.c71 __set_bit(BTN_TOOL_DOUBLETAP, dev->keybit); in input_mt_init_slots()
176 input_event(dev, EV_KEY, BTN_TOOL_DOUBLETAP, count == 2); in input_mt_report_finger_count()
/linux-4.4.14/drivers/input/mouse/
Dsynaptics_usb.c178 input_report_key(input_dev, BTN_TOOL_DOUBLETAP, num_fingers == 2); in synusb_report_touchpad()
401 __set_bit(BTN_TOOL_DOUBLETAP, input_dev->keybit); in synusb_probe()
Delantech.c284 input_report_key(dev, BTN_TOOL_DOUBLETAP, fingers == 2); in elantech_report_absolute_v1()
394 input_report_key(dev, BTN_TOOL_DOUBLETAP, fingers == 2); in elantech_report_absolute_v2()
529 input_report_key(dev, BTN_TOOL_DOUBLETAP, fingers == 2); in elantech_report_absolute_v3()
1195 __set_bit(BTN_TOOL_DOUBLETAP, dev->keybit); in elantech_set_input_params()
Dsentelic.c804 input_report_key(dev, BTN_TOOL_DOUBLETAP, fgrs == 2); in fsp_process_byte()
971 __set_bit(BTN_TOOL_DOUBLETAP, dev->keybit); in fsp_set_input_params()
Dappletouch.c449 input_report_key(input, BTN_TOOL_DOUBLETAP, fingers == 2); in atp_report_fingers()
928 set_bit(BTN_TOOL_DOUBLETAP, input_dev->keybit); in atp_probe()
Dsynaptics.c1071 input_report_key(dev, BTN_TOOL_DOUBLETAP, num_fingers == 2); in synaptics_process_packet()
1228 __set_bit(BTN_TOOL_DOUBLETAP, dev->keybit); in set_input_params()
Dcypress_ps2.c403 __set_bit(BTN_TOOL_DOUBLETAP, input->keybit); in cypress_set_input_params()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h412 #define BTN_TOOL_DOUBLETAP 0x14d macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h412 #define BTN_TOOL_DOUBLETAP 0x14d macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h412 #define BTN_TOOL_DOUBLETAP 0x14d macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h412 #define BTN_TOOL_DOUBLETAP 0x14d macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h412 #define BTN_TOOL_DOUBLETAP 0x14d macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h412 #define BTN_TOOL_DOUBLETAP 0x14d macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h412 #define BTN_TOOL_DOUBLETAP 0x14d macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h412 #define BTN_TOOL_DOUBLETAP 0x14d macro
/linux-4.4.14/Documentation/input/
Devent-codes.txt134 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:
138 BTN_TOOL_DOUBLETAP should be set to value 1 for the duration of the motion.