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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Delantech.c230 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
319 input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
463 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
H A Dsynaptics.c514 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3);
619 __set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
H A Dappletouch.c391 input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2);
850 set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
H A Dbcm5974.c352 __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
463 input_report_key(input, BTN_TOOL_TRIPLETAP, dev->fingers == 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_sys.c197 features->device_type = BTN_TOOL_TRIPLETAP;
232 features->device_type = BTN_TOOL_TRIPLETAP;
300 if (features->device_type == BTN_TOOL_TRIPLETAP) {
H A Dwacom_wac.c727 wacom->tool[2] = BTN_TOOL_TRIPLETAP;
1045 if (features->device_type == BTN_TOOL_TRIPLETAP) {
1046 __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
1053 features->device_type == BTN_TOOL_TRIPLETAP) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-debug.c749 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_GEAR_DOWN] = "WheelBtn",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h450 #define BTN_TOOL_TRIPLETAP 0x14e macro

Completed in 66 milliseconds