/linux-6.1.9/drivers/input/tablet/ |
D | hanwang.c | 95 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER, 114 hanwang->current_tool = BTN_TOOL_PEN; in hanwang_parse_packet() 142 hanwang->current_tool = BTN_TOOL_PEN; in hanwang_parse_packet() 143 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet() 190 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
|
D | kbtab.c | 59 input_report_key(dev, BTN_TOOL_PEN, 1); in kbtab_irq() 157 BIT_MASK(BTN_TOOL_PEN) | BIT_MASK(BTN_TOUCH); in kbtab_probe()
|
D | acecad.c | 63 input_report_key(dev, BTN_TOOL_PEN, prox); in usb_acecad_irq() 177 input_dev->keybit[BIT_WORD(BTN_DIGI)] = BIT_MASK(BTN_TOOL_PEN) | in usb_acecad_probe()
|
D | pegasus_notetaker.c | 162 input_report_key(dev, BTN_TOOL_PEN, 1); in pegasus_parse_packet() 362 __set_bit(BTN_TOOL_PEN, input_dev->keybit); in pegasus_probe()
|
D | wacom_serial4.c | 158 { STYLUS_DEVICE_ID, BTN_TOOL_PEN }, 543 set_bit(BTN_TOOL_PEN, input_dev->keybit); in wacom_connect()
|
D | aiptek.c | 206 #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN 323 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
|
/linux-6.1.9/drivers/hid/ |
D | hid-letsketch.c | 117 input_set_capability(input, EV_KEY, BTN_TOOL_PEN); in letsketch_setup_input_tablet() 161 input_report_key(input, BTN_TOOL_PEN, 0); in letsketch_inrange_timeout() 179 input_report_key(input, BTN_TOOL_PEN, 1); in letsketch_raw_event()
|
D | hid-udraw-ps3.c | 237 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()
|
D | wacom_wac.c | 129 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_penpartner_irq() 147 input_report_key(input, BTN_TOOL_PEN, 1); in wacom_penpartner_irq() 186 wacom->tool[0] = BTN_TOOL_PEN; in wacom_pl_irq() 199 wacom->tool[0] = BTN_TOOL_PEN; in wacom_pl_irq() 216 input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20)); in wacom_pl_irq() 242 input_report_key(input, BTN_TOOL_PEN, data[1] & 0x20); in wacom_ptu_irq() 266 wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_dtu_irq() 267 if (wacom->tool[0] == BTN_TOOL_PEN) in wacom_dtu_irq() 314 wacom->tool[0] = BTN_TOOL_PEN; in wacom_dtus_irq() 366 wacom->tool[0] = BTN_TOOL_PEN; in wacom_graphire_irq() [all …]
|
D | hid-uclogic-core.c | 68 input_report_key(input, BTN_TOOL_PEN, 0); in uclogic_inrange_timeout()
|
D | hid-ntrig.c | 874 __clear_bit(BTN_TOOL_PEN, input->keybit); in ntrig_input_configured()
|
D | hid-debug.c | 902 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
|
D | hid-input.c | 931 map_key_clear(BTN_TOOL_PEN); in hidinput_configure_usage() 934 map_key(BTN_TOOL_PEN); in hidinput_configure_usage()
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | wacom_w8001.c | 179 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()
|
D | surface3_spi.c | 128 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()
|
D | wacom_i2c.c | 130 BTN_TOOL_RUBBER : BTN_TOOL_PEN; in wacom_i2c_irq() 204 __set_bit(BTN_TOOL_PEN, input->keybit); in wacom_i2c_probe()
|
D | silead.c | 174 input_set_capability(data->pen_input, EV_KEY, BTN_TOOL_PEN); in silead_ts_request_pen_input_dev() 237 input_report_key(data->pen_input, BTN_TOOL_PEN, data->pen_down); in silead_ts_handle_pen_data()
|
D | goodix.c | 323 input_set_capability(input, EV_KEY, BTN_TOOL_PEN); in goodix_create_pen_input() 367 input_report_key(ts->input_pen, BTN_TOOL_PEN, 1); in goodix_ts_report_pen_down() 387 input_report_key(ts->input_pen, BTN_TOOL_PEN, 0); in goodix_ts_report_pen_up()
|
/linux-6.1.9/include/uapi/linux/ |
D | input-event-codes.h | 402 #define BTN_TOOL_PEN 0x140 macro
|
/linux-6.1.9/include/dt-bindings/input/ |
D | linux-event-codes.h | 402 #define BTN_TOOL_PEN 0x140 macro
|
/linux-6.1.9/Documentation/input/ |
D | event-codes.rst | 154 example, a pen tablet may set BTN_TOOL_PEN to 1 and BTN_TOUCH to 0 while the
|