Searched refs:BTN_TOOL_RUBBER (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| A D | wacom_w8001.c | 180 w8001->type != BTN_TOOL_RUBBER) { in parse_multi_touch() 229 case BTN_TOOL_RUBBER: in report_pen_events() 235 input_report_key(dev, BTN_TOOL_RUBBER, 0); in report_pen_events() 243 w8001->type = coord->f2 ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in report_pen_events() 306 w8001->type != BTN_TOOL_RUBBER) { in w8001_interrupt() 438 __set_bit(BTN_TOOL_RUBBER, dev->keybit); in w8001_setup_pen()
|
| A D | wacom_i2c.c | 122 BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_i2c_irq() 197 __set_bit(BTN_TOOL_RUBBER, input->keybit); in wacom_i2c_probe()
|
| A D | surface3_spi.c | 128 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen() 308 input_set_capability(input, EV_KEY, BTN_TOOL_RUBBER); in surface3_spi_create_pen_input()
|
| /linux/drivers/input/tablet/ |
| A D | hanwang.c | 98 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER, 151 hanwang->current_tool = BTN_TOOL_RUBBER; in hanwang_parse_packet() 152 input_report_key(input_dev, BTN_TOOL_RUBBER, 1); in hanwang_parse_packet()
|
| A D | wacom_serial4.c | 159 { ERASER_DEVICE_ID, BTN_TOOL_RUBBER }, 544 set_bit(BTN_TOOL_RUBBER, input_dev->keybit); in wacom_connect()
|
| A D | aiptek.c | 210 #define AIPTEK_TOOL_BUTTON_ERASER_MODE BTN_TOOL_RUBBER 323 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
|
| /linux/drivers/hid/ |
| A D | wacom_wac.c | 149 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_pl_irq() 163 input_report_key(input, BTN_TOOL_RUBBER, 0); in wacom_pl_irq() 276 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_dtus_irq() 338 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_graphire_irq() 710 tool_type = BTN_TOOL_RUBBER; in wacom_intuos_get_tool_type() 1310 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_intuos_pro2_bt_pen() 2231 BTN_TOOL_RUBBER, 0); in wacom_wac_pen_usage_mapping() 2433 wacom_wac->tool[0] = BTN_TOOL_RUBBER; in wacom_wac_pen_report() 3043 wacom->tool[0] = BTN_TOOL_RUBBER; in wacom_bpt_pen() 3424 __set_bit(BTN_TOOL_RUBBER, input_dev->keybit); in wacom_setup_cintiq() [all …]
|
| A D | hid-input.c | 841 map_key_clear(BTN_TOOL_RUBBER); in hidinput_configure_usage() 1353 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1); in hidinput_hid_event() 1357 input_event(input, usage->type, BTN_TOOL_RUBBER, 0); in hidinput_hid_event()
|
| A D | hid-debug.c | 865 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
|
| /linux/include/dt-bindings/input/ |
| A D | linux-event-codes.h | 402 #define BTN_TOOL_RUBBER 0x141 macro
|
| /linux/include/uapi/linux/ |
| A D | input-event-codes.h | 402 #define BTN_TOOL_RUBBER 0x141 macro
|
Completed in 38 milliseconds