| /linux-4.4.14/drivers/input/touchscreen/ |
| D | wacom_i2c.c | 124 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq() 192 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
|
| D | wacom_w8001.c | 227 input_report_key(dev, BTN_STYLUS, 0); in report_pen_events() 254 input_report_key(dev, BTN_STYLUS, coord->f1); in report_pen_events() 407 __set_bit(BTN_STYLUS, dev->keybit); in w8001_setup()
|
| /linux-4.4.14/drivers/input/tablet/ |
| D | acecad.c | 101 input_report_key(dev, BTN_STYLUS, stylus); in usb_acecad_irq() 203 BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) | in usb_acecad_probe()
|
| D | hanwang.c | 116 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER, 205 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
|
| D | wacom_serial4.c | 354 input_report_key(wacom->dev, BTN_STYLUS, button & 2); in wacom_handle_packet() 550 set_bit(BTN_STYLUS, input_dev->keybit); in wacom_connect()
|
| D | aiptek.c | 346 BTN_STYLUS, BTN_STYLUS2, 571 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
|
| /linux-4.4.14/drivers/hid/ |
| D | wacom_wac.c | 85 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq() 101 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq() 161 input_report_key(input, BTN_STYLUS, data[4] & 0x10); in wacom_pl_irq() 196 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_ptu_irq() 218 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_dtu_irq() 266 input_report_key(input, BTN_STYLUS, data[1] & 0x20); in wacom_dtus_irq() 341 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_graphire_irq() 610 input_report_key(input, BTN_STYLUS, 0); in wacom_intuos_inout() 777 input_report_key(input, BTN_STYLUS, data[1] & 2); in wacom_intuos_general() 1424 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_tpc_pen() [all …]
|
| D | hid-multitouch.c | 1013 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured() 1028 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured()
|
| D | hid-debug.c | 882 [BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
|
| D | hid-input.c | 707 map_key_clear(BTN_STYLUS); in hidinput_configure_usage()
|
| /linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 410 #define BTN_STYLUS 0x14b macro
|
| /linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 410 #define BTN_STYLUS 0x14b macro
|
| /linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 410 #define BTN_STYLUS 0x14b macro
|
| /linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 410 #define BTN_STYLUS 0x14b macro
|
| /linux-4.4.14/include/dt-bindings/input/ |
| D | linux-event-codes.h | 410 #define BTN_STYLUS 0x14b macro
|
| /linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 410 #define BTN_STYLUS 0x14b macro
|
| /linux-4.4.14/include/uapi/linux/ |
| D | input-event-codes.h | 410 #define BTN_STYLUS 0x14b macro
|
| /linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 410 #define BTN_STYLUS 0x14b macro
|
| /linux-4.4.14/drivers/input/ |
| D | mousedev.c | 235 case BTN_STYLUS: in mousedev_key_event()
|