Home
last modified time | relevance | path

Searched refs:BTN_TOOL_PEN (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/input/tablet/
A Dhanwang.c98 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
117 hanwang->current_tool = BTN_TOOL_PEN; in hanwang_parse_packet()
145 hanwang->current_tool = BTN_TOOL_PEN; in hanwang_parse_packet()
146 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
193 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
A Dkbtab.c59 input_report_key(dev, BTN_TOOL_PEN, 1); in kbtab_irq()
157 BIT_MASK(BTN_TOOL_PEN) | BIT_MASK(BTN_TOUCH); in kbtab_probe()
A Dacecad.c66 input_report_key(dev, BTN_TOOL_PEN, prox); in usb_acecad_irq()
180 input_dev->keybit[BIT_WORD(BTN_DIGI)] = BIT_MASK(BTN_TOOL_PEN) | in usb_acecad_probe()
A Dpegasus_notetaker.c162 input_report_key(dev, BTN_TOOL_PEN, 1); in pegasus_parse_packet()
362 __set_bit(BTN_TOOL_PEN, input_dev->keybit); in pegasus_probe()
A Dwacom_serial4.c158 { STYLUS_DEVICE_ID, BTN_TOOL_PEN },
543 set_bit(BTN_TOOL_PEN, input_dev->keybit); in wacom_connect()
A Daiptek.c206 #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN
323 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
/linux/drivers/input/touchscreen/
A Dwacom_w8001.c179 if (w8001->type != BTN_TOOL_PEN && in parse_multi_touch()
237 w8001->type = BTN_TOOL_PEN; in report_pen_events()
243 w8001->type = coord->f2 ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in report_pen_events()
305 if (w8001->type != BTN_TOOL_PEN && in w8001_interrupt()
437 __set_bit(BTN_TOOL_PEN, dev->keybit); in w8001_setup_pen()
A Dsurface3_spi.c128 int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in surface3_spi_report_pen()
296 data->pen_tool = BTN_TOOL_PEN; in surface3_spi_create_pen_input()
307 input_set_capability(input, EV_KEY, BTN_TOOL_PEN); in surface3_spi_create_pen_input()
A Dwacom_i2c.c122 BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_i2c_irq()
196 __set_bit(BTN_TOOL_PEN, input->keybit); in wacom_i2c_probe()
/linux/drivers/hid/
A Dhid-udraw-ps3.c237 input_report_key(udraw->pen_input_dev, BTN_TOOL_PEN, 1); in udraw_raw_event()
243 input_report_key(udraw->pen_input_dev, BTN_TOOL_PEN, 0); in udraw_raw_event()
348 set_bit(BTN_TOOL_PEN, input_dev->keybit); in udraw_setup_pen()
A Dwacom_wac.c114 input_report_key(input, BTN_TOOL_PEN, 1); in wacom_penpartner_irq()
153 wacom->tool[0] = BTN_TOOL_PEN; in wacom_pl_irq()
166 wacom->tool[0] = BTN_TOOL_PEN; in wacom_pl_irq()
234 if (wacom->tool[0] == BTN_TOOL_PEN) in wacom_dtu_irq()
281 wacom->tool[0] = BTN_TOOL_PEN; in wacom_dtus_irq()
333 wacom->tool[0] = BTN_TOOL_PEN; in wacom_graphire_irq()
669 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()
723 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()
1314 wacom->tool[0] = BTN_TOOL_PEN; in wacom_intuos_pro2_bt_pen()
2437 wacom_wac->tool[0] = BTN_TOOL_PEN; in wacom_wac_pen_report()
[all …]
A Dhid-uclogic-core.c68 input_report_key(input, BTN_TOOL_PEN, 0); in uclogic_inrange_timeout()
A Dhid-ntrig.c874 __clear_bit(BTN_TOOL_PEN, input->keybit); in ntrig_input_configured()
A Dhid-debug.c865 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
A Dhid-input.c831 default: map_key(BTN_TOOL_PEN); break; in hidinput_configure_usage()
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h401 #define BTN_TOOL_PEN 0x140 macro
/linux/include/uapi/linux/
A Dinput-event-codes.h401 #define BTN_TOOL_PEN 0x140 macro
/linux/Documentation/input/
A Devent-codes.rst150 example, a pen tablet may set BTN_TOOL_PEN to 1 and BTN_TOUCH to 0 while the

Completed in 51 milliseconds