Searched refs:BTN_TOOL_RUBBER (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | wacom_w8001.c | 174 w8001->type != BTN_TOOL_RUBBER) { in parse_multi_touch() 223 case BTN_TOOL_RUBBER: in report_pen_events() 229 input_report_key(dev, BTN_TOOL_RUBBER, 0); in report_pen_events() 242 w8001->type = coord->f2 ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in report_pen_events() 306 w8001->type != BTN_TOOL_RUBBER) { in w8001_interrupt() 406 __set_bit(BTN_TOOL_RUBBER, dev->keybit); in w8001_setup()
|
D | wacom_i2c.c | 118 BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_i2c_irq() 191 __set_bit(BTN_TOOL_RUBBER, input->keybit); in wacom_i2c_probe()
|
/linux-4.1.27/drivers/input/tablet/ |
D | hanwang.c | 116 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER, 169 hanwang->current_tool = BTN_TOOL_RUBBER; in hanwang_parse_packet() 170 input_report_key(input_dev, BTN_TOOL_RUBBER, 1); in hanwang_parse_packet()
|
D | wacom_serial4.c | 164 { ERASER_DEVICE_ID, BTN_TOOL_RUBBER }, 547 set_bit(BTN_TOOL_RUBBER, input_dev->keybit); in wacom_connect()
|
D | aiptek.c | 230 #define AIPTEK_TOOL_BUTTON_ERASER_MODE BTN_TOOL_RUBBER 344 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
|
/linux-4.1.27/drivers/hid/ |
D | wacom_wac.c | 77 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_penpartner_irq() 144 wacom->tool[1] = BTN_TOOL_RUBBER; in wacom_pl_irq() 147 wacom->tool[1] = (data[4] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_pl_irq() 150 if (wacom->tool[1] == BTN_TOOL_RUBBER && !(data[4] & 0x20)) { in wacom_pl_irq() 158 if (wacom->tool[1] != BTN_TOOL_RUBBER) { in wacom_pl_irq() 175 if (wacom->tool[1] != BTN_TOOL_RUBBER) { in wacom_pl_irq() 198 input_report_key(input, BTN_TOOL_RUBBER, data[1] & 0x20); in wacom_ptu_irq() 226 wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_dtu_irq() 269 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_dtus_irq() 331 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_graphire_irq() [all …]
|
D | hid-input.c | 688 map_key_clear(BTN_TOOL_RUBBER); in hidinput_configure_usage() 1087 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1); in hidinput_hid_event() 1091 input_event(input, usage->type, BTN_TOOL_RUBBER, 0); in hidinput_hid_event()
|
D | hid-debug.c | 878 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/ |
D | input.h | 334 #define BTN_TOOL_RUBBER 0x141 macro
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/input/ |
D | input.h | 334 #define BTN_TOOL_RUBBER 0x141 macro
|
/linux-4.1.27/include/dt-bindings/input/ |
D | input.h | 334 #define BTN_TOOL_RUBBER 0x141 macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | input.h | 334 #define BTN_TOOL_RUBBER 0x141 macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | input.h | 334 #define BTN_TOOL_RUBBER 0x141 macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/ |
D | input.h | 334 #define BTN_TOOL_RUBBER 0x141 macro
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 542 #define BTN_TOOL_RUBBER 0x141 macro
|