Symbol: BTN_TOOL_DOUBLETAP
drivers/hid/hid-debug.c
3304
[BTN_STYLUS2] = "Stylus2", [BTN_TOOL_DOUBLETAP] = "ToolDoubleTap",
drivers/hid/hid-magicmouse.c
606
__set_bit(BTN_TOOL_DOUBLETAP, input->keybit);
drivers/hid/hid-ntrig.c
628
input_report_key(input, BTN_TOOL_DOUBLETAP,
drivers/hid/hid-ntrig.c
836
input_report_key(input, BTN_TOOL_DOUBLETAP, 1);
drivers/hid/hid-ntrig.c
839
input_report_key(input, BTN_TOOL_DOUBLETAP, 0);
drivers/hid/hid-ntrig.c
877
__set_bit(BTN_TOOL_DOUBLETAP, input->keybit);
drivers/hid/hid-udraw-ps3.c
217
input_report_key(udraw->touch_input_dev, BTN_TOOL_DOUBLETAP,
drivers/hid/hid-udraw-ps3.c
225
input_report_key(udraw->touch_input_dev, BTN_TOOL_DOUBLETAP, 0);
drivers/hid/hid-udraw-ps3.c
320
set_bit(BTN_TOOL_DOUBLETAP, input_dev->keybit);
drivers/input/input-mt.c
178
input_event(dev, EV_KEY, BTN_TOOL_DOUBLETAP, count == 2);
drivers/input/input-mt.c
72
__set_bit(BTN_TOOL_DOUBLETAP, dev->keybit);
drivers/input/mouse/appletouch.c
434
input_report_key(input, BTN_TOOL_DOUBLETAP, fingers == 2);
drivers/input/mouse/appletouch.c
912
set_bit(BTN_TOOL_DOUBLETAP, input_dev->keybit);
drivers/input/mouse/cypress_ps2.c
361
__set_bit(BTN_TOOL_DOUBLETAP, input->keybit);
drivers/input/mouse/elantech.c
1186
__set_bit(BTN_TOOL_DOUBLETAP, dev->keybit);
drivers/input/mouse/elantech.c
367
input_report_key(dev, BTN_TOOL_DOUBLETAP, fingers == 2);
drivers/input/mouse/elantech.c
477
input_report_key(dev, BTN_TOOL_DOUBLETAP, fingers == 2);
drivers/input/mouse/elantech.c
622
input_report_key(dev, BTN_TOOL_DOUBLETAP, fingers == 2);
drivers/input/mouse/sentelic.c
790
input_report_key(dev, BTN_TOOL_DOUBLETAP, fgrs == 2);
drivers/input/mouse/sentelic.c
949
__set_bit(BTN_TOOL_DOUBLETAP, dev->keybit);
drivers/input/mouse/synaptics.c
1190
input_report_key(dev, BTN_TOOL_DOUBLETAP, num_fingers == 2);
drivers/input/mouse/synaptics.c
1373
input_set_capability(dev, EV_KEY, BTN_TOOL_DOUBLETAP);
drivers/input/mouse/synaptics_usb.c
178
input_report_key(input_dev, BTN_TOOL_DOUBLETAP, num_fingers == 2);
drivers/input/mouse/synaptics_usb.c
408
__set_bit(BTN_TOOL_DOUBLETAP, input_dev->keybit);
drivers/input/touchscreen/wacom_w8001.c
520
__set_bit(BTN_TOOL_DOUBLETAP, dev->keybit);