Searched refs:BTN_STYLUS (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| A D | wacom_i2c.c | 128 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq() 198 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
|
| A 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()
|
| A 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()
|
| /linux/drivers/input/tablet/ |
| A D | acecad.c | 80 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 D | hanwang.c | 98 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 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()
|
| A D | aiptek.c | 325 BTN_STYLUS, BTN_STYLUS2, 550 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
|
| /linux/drivers/hid/ |
| A D | wacom_wac.c | 217 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 D | hid-debug.c | 869 [BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
|
| A D | hid-input.c | 860 map_key_clear(BTN_STYLUS); in hidinput_configure_usage()
|
| A D | hid-multitouch.c | 1608 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured()
|
| /linux/include/dt-bindings/input/ |
| A D | linux-event-codes.h | 412 #define BTN_STYLUS 0x14b macro
|
| /linux/include/uapi/linux/ |
| A D | input-event-codes.h | 412 #define BTN_STYLUS 0x14b macro
|
| /linux/drivers/input/ |
| A D | mousedev.c | 233 case BTN_STYLUS: in mousedev_key_event()
|
Completed in 39 milliseconds