Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
A Dwacom_i2c.c128 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq()
198 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
A Dsurface3_spi.c143 BTN_STYLUS, in surface3_spi_report_pen()
306 input_set_capability(input, EV_KEY, BTN_STYLUS); in surface3_spi_create_pen_input()
A Dwacom_w8001.c233 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()
/linux/drivers/input/tablet/
A Dacecad.c80 input_report_key(dev, BTN_STYLUS, stylus); in usb_acecad_irq()
181 BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) | in usb_acecad_probe()
A Dhanwang.c98 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
187 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
A Dwacom_serial4.c351 input_report_key(wacom->dev, BTN_STYLUS, button & 2); in wacom_handle_packet()
547 set_bit(BTN_STYLUS, input_dev->keybit); in wacom_connect()
A Daiptek.c325 BTN_STYLUS, BTN_STYLUS2,
550 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
/linux/drivers/hid/
A Dwacom_wac.c217 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_ptu_irq()
239 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_dtu_irq()
755 input_report_key(input, BTN_STYLUS, 0); in wacom_exit_report()
3066 input_report_key(input, BTN_STYLUS, btn1); in wacom_bpt_pen()
3410 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_basic_pro_pen()
3666 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pen_input_capabilities()
3735 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pen_input_capabilities()
3746 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pen_input_capabilities()
3761 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pen_input_capabilities()
4076 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pad_input_capabilities()
[all …]
A Dhid-debug.c869 [BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
A Dhid-input.c860 map_key_clear(BTN_STYLUS); in hidinput_configure_usage()
A Dhid-multitouch.c1608 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured()
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h412 #define BTN_STYLUS 0x14b macro
/linux/include/uapi/linux/
A Dinput-event-codes.h412 #define BTN_STYLUS 0x14b macro
/linux/drivers/input/
A Dmousedev.c233 case BTN_STYLUS: in mousedev_key_event()

Completed in 39 milliseconds