Home
last modified time | relevance | path

Searched refs:BTN_TOOL_RUBBER (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dwacom_w8001.c178 w8001->type != BTN_TOOL_RUBBER) { in parse_multi_touch()
227 case BTN_TOOL_RUBBER: in report_pen_events()
233 input_report_key(dev, BTN_TOOL_RUBBER, 0); in report_pen_events()
241 w8001->type = coord->f2 ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in report_pen_events()
304 w8001->type != BTN_TOOL_RUBBER) { in w8001_interrupt()
436 __set_bit(BTN_TOOL_RUBBER, dev->keybit); in w8001_setup_pen()
Dwacom_i2c.c118 BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_i2c_irq()
191 __set_bit(BTN_TOOL_RUBBER, input->keybit); in wacom_i2c_probe()
Dsurface3_spi.c134 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen()
314 input_set_capability(input, EV_KEY, BTN_TOOL_RUBBER); in surface3_spi_create_pen_input()
/Linux-v4.19/drivers/input/tablet/
Dhanwang.c112 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
165 hanwang->current_tool = BTN_TOOL_RUBBER; in hanwang_parse_packet()
166 input_report_key(input_dev, BTN_TOOL_RUBBER, 1); in hanwang_parse_packet()
Dwacom_serial4.c164 { ERASER_DEVICE_ID, BTN_TOOL_RUBBER },
547 set_bit(BTN_TOOL_RUBBER, input_dev->keybit); in wacom_connect()
Daiptek.c223 #define AIPTEK_TOOL_BUTTON_ERASER_MODE BTN_TOOL_RUBBER
336 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
/Linux-v4.19/drivers/hid/
Dwacom_wac.c100 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_penpartner_irq()
153 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_pl_irq()
166 if (wacom->tool[0] == BTN_TOOL_RUBBER && !(data[4] & 0x20)) { in wacom_pl_irq()
167 input_report_key(input, BTN_TOOL_RUBBER, 0); in wacom_pl_irq()
209 input_report_key(input, BTN_TOOL_RUBBER, data[1] & 0x20); in wacom_ptu_irq()
237 wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_dtu_irq()
280 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_dtus_irq()
342 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_graphire_irq()
673 tool_type = BTN_TOOL_RUBBER; in wacom_intuos_get_tool_type()
1639 wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_tpc_pen()
[all …]
Dhid-input.c788 map_key_clear(BTN_TOOL_RUBBER); in hidinput_configure_usage()
1230 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1); in hidinput_hid_event()
1234 input_event(input, usage->type, BTN_TOOL_RUBBER, 0); in hidinput_hid_event()
Dhid-debug.c880 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h402 #define BTN_TOOL_RUBBER 0x141 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h402 #define BTN_TOOL_RUBBER 0x141 macro