Home
last modified time | relevance | path

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

/linux/drivers/input/tablet/
H A Dhanwang.c95 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
148 hanwang->current_tool = BTN_TOOL_RUBBER; in hanwang_parse_packet()
149 input_report_key(input_dev, BTN_TOOL_RUBBER, 1); in hanwang_parse_packet()
H A Dwacom_serial4.c159 { ERASER_DEVICE_ID, BTN_TOOL_RUBBER },
544 set_bit(BTN_TOOL_RUBBER, input_dev->keybit); in wacom_connect()
H A Daiptek.c178 #define AIPTEK_TOOL_BUTTON_ERASER_MODE BTN_TOOL_RUBBER
291 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
/linux/drivers/input/touchscreen/
H A Dwacom_i2c.c130 BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_i2c_irq()
204 __set_bit(BTN_TOOL_RUBBER, input->keybit); in wacom_i2c_probe()
H A Dwacom_w9000.c205 input_report_key(wacom_data->input_dev, BTN_TOOL_RUBBER, rubber); in wacom_w9000_coord()
216 input_report_key(wacom_data->input_dev, BTN_TOOL_RUBBER, 0); in wacom_w9000_coord()
338 input_set_capability(input_dev, EV_KEY, BTN_TOOL_RUBBER); in wacom_w9000_probe()
H A Dsurface3_spi.c128 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen()
301 input_set_capability(input, EV_KEY, BTN_TOOL_RUBBER); in surface3_spi_create_pen_input()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py31 RUBBER = libevdev.EV_KEY.BTN_TOOL_RUBBER
72 evdev.value[libevdev.EV_KEY.BTN_TOOL_RUBBER]
75 tool = ToolType(libevdev.EV_KEY.BTN_TOOL_RUBBER)
78 and not evdev.value[libevdev.EV_KEY.BTN_TOOL_RUBBER]
83 or evdev.value[libevdev.EV_KEY.BTN_TOOL_RUBBER]
118 libevdev.InputEvent(libevdev.EV_KEY.BTN_TOOL_RUBBER),
493 axis == libevdev.EV_KEY.BTN_TOOL_RUBBER
494 and evdev.value[libevdev.EV_KEY.BTN_TOOL_RUBBER] is None
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h404 #define BTN_TOOL_RUBBER 0x141
403 #define BTN_TOOL_RUBBER global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h404 #define BTN_TOOL_RUBBER 0x141 macro
/linux/drivers/hid/
H A Dhid-debug.c3299 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",