BTN_TOOL_TRIPLETAP  869 drivers/hid/hid-debug.c 	[BTN_TOOL_TRIPLETAP] = "ToolTripleTap",	[BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
BTN_TOOL_TRIPLETAP  458 drivers/hid/hid-magicmouse.c 		__set_bit(BTN_TOOL_TRIPLETAP, input->keybit);
BTN_TOOL_TRIPLETAP   70 drivers/input/input-mt.c 			__set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
BTN_TOOL_TRIPLETAP  178 drivers/input/input-mt.c 	input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3);
BTN_TOOL_TRIPLETAP 2998 drivers/input/mouse/alps.c 	set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit);
BTN_TOOL_TRIPLETAP  436 drivers/input/mouse/appletouch.c 	input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2);
BTN_TOOL_TRIPLETAP  916 drivers/input/mouse/appletouch.c 	set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
BTN_TOOL_TRIPLETAP  401 drivers/input/mouse/cypress_ps2.c 	__set_bit(BTN_TOOL_TRIPLETAP, input->keybit);
BTN_TOOL_TRIPLETAP  327 drivers/input/mouse/elantech.c 	input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
BTN_TOOL_TRIPLETAP  437 drivers/input/mouse/elantech.c 	input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
BTN_TOOL_TRIPLETAP  569 drivers/input/mouse/elantech.c 	input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
BTN_TOOL_TRIPLETAP 1132 drivers/input/mouse/elantech.c 	__set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
BTN_TOOL_TRIPLETAP 1148 drivers/input/mouse/synaptics.c 		input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3);
BTN_TOOL_TRIPLETAP 1332 drivers/input/mouse/synaptics.c 		input_set_capability(dev, EV_KEY, BTN_TOOL_TRIPLETAP);
BTN_TOOL_TRIPLETAP  179 drivers/input/mouse/synaptics_usb.c 	input_report_key(input_dev, BTN_TOOL_TRIPLETAP, num_fingers == 3);
BTN_TOOL_TRIPLETAP  409 drivers/input/mouse/synaptics_usb.c 		__set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);