/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | base.py | 86 libevdev.EV_KEY.BTN_STYLUS, 96 libevdev.EV_KEY.BTN_STYLUS, 110 excludes=[libevdev.EV_KEY.BTN_TOOL_PEN, libevdev.EV_KEY.BTN_STYLUS], 124 excludes=[libevdev.EV_KEY.BTN_TOOL_PEN, libevdev.EV_KEY.BTN_STYLUS],
|
H A D | test_tablet.py | 592 assert not evdev.value[libevdev.EV_KEY.BTN_STYLUS] 596 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS, 1) in events 607 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS, 0) in events 637 assert not evdev.value[libevdev.EV_KEY.BTN_STYLUS] 641 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS, 1) in events 646 assert evdev.value[libevdev.EV_KEY.BTN_STYLUS] 663 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS, 0) in events
|
H A D | test_wacom_generic.py | 713 libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS, 1), 721 libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS, 0),
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A 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()
|
H A D | wacom_wac.c | 48 input_report_key(input, BTN_STYLUS, 0); in wacom_force_proxout() 142 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq() 158 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq() 219 input_report_key(input, BTN_STYLUS, data[4] & 0x10); in wacom_pl_irq() 255 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_ptu_irq() 277 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_dtu_irq() 325 input_report_key(input, BTN_STYLUS, data[1] & 0x20); in wacom_dtus_irq() 400 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_graphire_irq() 806 input_report_key(input, BTN_STYLUS, 0); in wacom_exit_report() 967 input_report_key(input, BTN_STYLUS, dat in wacom_intuos_general() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | wacom_i2c.c | 136 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq() 205 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
|
H 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()
|
H A D | surface3_spi.c | 143 BTN_STYLUS, in surface3_spi_report_pen() 299 input_set_capability(input, EV_KEY, BTN_STYLUS); in surface3_spi_create_pen_input()
|
H A D | goodix.c | 332 input_set_capability(input, EV_KEY, BTN_STYLUS); in goodix_create_pen_input() 379 input_report_key(ts->input_pen, BTN_STYLUS, key_value & 0x10); in goodix_ts_report_pen_down() 382 input_report_key(ts->input_pen, BTN_STYLUS, 0); in goodix_ts_report_pen_down() 396 input_report_key(ts->input_pen, BTN_STYLUS, 0); in goodix_ts_report_pen_up()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | wacom_i2c.c | 118 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq() 186 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
|
H 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()
|
H A D | surface3_spi.c | 145 BTN_STYLUS, in surface3_spi_report_pen() 308 input_set_capability(input, EV_KEY, BTN_STYLUS); in surface3_spi_create_pen_input()
|
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H 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()
|
H 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()
|
H 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()
|
H A D | aiptek.c | 325 BTN_STYLUS, BTN_STYLUS2, 550 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
|
/kernel/linux/linux-6.6/drivers/input/tablet/ |
H A 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()
|
H 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()
|
H A 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()
|
H A D | aiptek.c | 325 BTN_STYLUS, BTN_STYLUS2, 550 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom_wac.c | 53 input_report_key(input, BTN_STYLUS, 0); in wacom_force_proxout() 142 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq() 158 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq() 219 input_report_key(input, BTN_STYLUS, data[4] & 0x10); in wacom_pl_irq() 255 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_ptu_irq() 277 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_dtu_irq() 325 input_report_key(input, BTN_STYLUS, data[1] & 0x20); in wacom_dtus_irq() 400 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_graphire_irq() 806 input_report_key(input, BTN_STYLUS, 0); in wacom_exit_report() 960 input_report_key(input, BTN_STYLUS, dat in wacom_intuos_general() [all...] |
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 413 #define BTN_STYLUS 0x14b macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 413 #define BTN_STYLUS 0x14b macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 413 #define BTN_STYLUS 0x14b macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 413 #define BTN_STYLUS 0x14b macro
|