Home
last modified time | relevance | path

Searched refs:BTN_STYLUS (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/input/tablet/
Dacecad.c93 input_report_key(dev, BTN_STYLUS, stylus); in usb_acecad_irq()
194 BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) | in usb_acecad_probe()
Dhanwang.c112 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
201 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
Dwacom_serial4.c354 input_report_key(wacom->dev, BTN_STYLUS, button & 2); in wacom_handle_packet()
550 set_bit(BTN_STYLUS, input_dev->keybit); in wacom_connect()
Daiptek.c338 BTN_STYLUS, BTN_STYLUS2,
563 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
/Linux-v4.19/drivers/input/touchscreen/
Dwacom_i2c.c124 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq()
192 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
Dsurface3_spi.c149 BTN_STYLUS, in surface3_spi_report_pen()
312 input_set_capability(input, EV_KEY, BTN_STYLUS); in surface3_spi_create_pen_input()
Dwacom_w8001.c231 input_report_key(dev, BTN_STYLUS, 0); in report_pen_events()
253 input_report_key(dev, BTN_STYLUS, coord->f1); in report_pen_events()
437 __set_bit(BTN_STYLUS, dev->keybit); in w8001_setup_pen()
/Linux-v4.19/drivers/hid/
Dwacom_wac.c108 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq()
124 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq()
185 input_report_key(input, BTN_STYLUS, data[4] & 0x10); in wacom_pl_irq()
221 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_ptu_irq()
243 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_dtu_irq()
291 input_report_key(input, BTN_STYLUS, data[1] & 0x20); in wacom_dtus_irq()
366 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_graphire_irq()
718 input_report_key(input, BTN_STYLUS, 0); in wacom_exit_report()
870 input_report_key(input, BTN_STYLUS, data[1] & 2); in wacom_intuos_general()
1286 input_report_key(pen_input, BTN_STYLUS, frame[0] & 0x02); in wacom_intuos_pro2_bt_pen()
[all …]
Dhid-multitouch.c1541 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured()
1563 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured()
Dhid-debug.c884 [BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
Dhid-input.c807 map_key_clear(BTN_STYLUS); in hidinput_configure_usage()
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h412 #define BTN_STYLUS 0x14b macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h412 #define BTN_STYLUS 0x14b macro
/Linux-v4.19/drivers/input/
Dmousedev.c236 case BTN_STYLUS: in mousedev_key_event()