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

/linux-master/drivers/input/
H A Dinput-mt.c71 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
170 * BTN_TOOL_TRIPLETAP and BTN_TOOL_QUADTAP.
179 input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3);
/linux-master/drivers/input/mouse/
H A Dsynaptics_usb.c179 input_report_key(input_dev, BTN_TOOL_TRIPLETAP, num_fingers == 3);
409 __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
H A Delantech.c368 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
478 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
623 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
1187 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
H A Dappletouch.c436 input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2);
916 set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
H A Dcypress_ps2.c401 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit);
H A Dsynaptics.c1156 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3);
1340 input_set_capability(dev, EV_KEY, BTN_TOOL_TRIPLETAP);
H A Dalps.c2998 set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit);
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h416 #define BTN_TOOL_TRIPLETAP 0x14e macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h416 #define BTN_TOOL_TRIPLETAP 0x14e macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h416 #define BTN_TOOL_TRIPLETAP 0x14e macro
/linux-master/drivers/hid/
H A Dhid-magicmouse.c587 __set_bit(BTN_TOOL_TRIPLETAP, input->keybit);
H A Dhid-debug.c908 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",

Completed in 185 milliseconds