Searched refs:BTN_STYLUS (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.1/drivers/hid/ |
D | hid-letsketch.c | 118 input_set_capability(input, EV_KEY, BTN_STYLUS); in letsketch_setup_input_tablet() 147 input_set_capability(input, EV_KEY, BTN_STYLUS); in letsketch_setup_input_tablet_pad() 181 input_report_key(input, BTN_STYLUS, raw_data[1] & 0x02); in letsketch_raw_event()
|
D | wacom_wac.c | 48 input_report_key(input, BTN_STYLUS, 0); in wacom_force_proxout() 137 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq() 153 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq() 214 input_report_key(input, BTN_STYLUS, data[4] & 0x10); in wacom_pl_irq() 250 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_ptu_irq() 272 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_dtu_irq() 320 input_report_key(input, BTN_STYLUS, data[1] & 0x20); in wacom_dtus_irq() 395 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_graphire_irq() 801 input_report_key(input, BTN_STYLUS, 0); in wacom_exit_report() 962 input_report_key(input, BTN_STYLUS, data[1] & 2); in wacom_intuos_general() [all …]
|
D | hid-debug.c | 906 [BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
|
D | hid-multitouch.c | 1619 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured()
|
D | hid-input.c | 957 map_key_clear(BTN_STYLUS); in hidinput_configure_usage()
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | wacom_i2c.c | 136 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq() 206 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
|
D | surface3_spi.c | 143 BTN_STYLUS, in surface3_spi_report_pen() 306 input_set_capability(input, EV_KEY, BTN_STYLUS); in surface3_spi_create_pen_input()
|
D | wacom_w8001.c | 233 input_report_key(dev, BTN_STYLUS, 0); in report_pen_events() 255 input_report_key(dev, BTN_STYLUS, coord->f1); in report_pen_events() 439 __set_bit(BTN_STYLUS, dev->keybit); in w8001_setup_pen()
|
D | goodix.c | 324 input_set_capability(input, EV_KEY, BTN_STYLUS); in goodix_create_pen_input() 371 input_report_key(ts->input_pen, BTN_STYLUS, key_value & 0x10); in goodix_ts_report_pen_down() 374 input_report_key(ts->input_pen, BTN_STYLUS, 0); in goodix_ts_report_pen_down() 388 input_report_key(ts->input_pen, BTN_STYLUS, 0); in goodix_ts_report_pen_up()
|
/Linux-v6.1/drivers/input/tablet/ |
D | acecad.c | 77 input_report_key(dev, BTN_STYLUS, stylus); in usb_acecad_irq() 178 BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) | in usb_acecad_probe()
|
D | hanwang.c | 95 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER, 184 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
|
D | wacom_serial4.c | 351 input_report_key(wacom->dev, BTN_STYLUS, button & 2); in wacom_handle_packet() 547 set_bit(BTN_STYLUS, input_dev->keybit); in wacom_connect()
|
D | aiptek.c | 325 BTN_STYLUS, BTN_STYLUS2, 550 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
|
/Linux-v6.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 413 #define BTN_STYLUS 0x14b macro
|
/Linux-v6.1/include/uapi/linux/ |
D | input-event-codes.h | 413 #define BTN_STYLUS 0x14b macro
|
/Linux-v6.1/drivers/input/ |
D | mousedev.c | 233 case BTN_STYLUS: in mousedev_key_event()
|