Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/hid/tests/
H A Dbase.py88 libevdev.EV_KEY.BTN_STYLUS,
98 libevdev.EV_KEY.BTN_STYLUS,
112 excludes=[libevdev.EV_KEY.BTN_TOOL_PEN, libevdev.EV_KEY.BTN_STYLUS],
126 excludes=[libevdev.EV_KEY.BTN_TOOL_PEN, libevdev.EV_KEY.BTN_STYLUS],
H A Dtest_wacom_generic.py714 libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS, 1),
722 libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS, 0),
H A Dtest_tablet.py36 PRIMARY_PRESSED = libevdev.EV_KEY.BTN_STYLUS
/linux-6.15/drivers/hid/
H A Dhid-letsketch.c118 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 Dwacom_wac.c48 input_report_key(input, BTN_STYLUS, 0); in wacom_force_proxout()
255 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_ptu_irq()
759 input_report_key(input, BTN_STYLUS, 0); in wacom_exit_report()
3237 input_report_key(input, BTN_STYLUS, btn1); in wacom_bpt_pen()
3575 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_basic_pro_pen()
3831 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pen_input_capabilities()
3900 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pen_input_capabilities()
3911 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pen_input_capabilities()
3926 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pen_input_capabilities()
4241 __set_bit(BTN_STYLUS, input_dev->keybit); in wacom_setup_pad_input_capabilities()
[all …]
H A Dhid-debug.c3298 [BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
H A Dhid-input.c1001 map_key_clear(BTN_STYLUS); in hidinput_configure_usage()
H A Dhid-multitouch.c1675 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured()
/linux-6.15/drivers/input/touchscreen/
H A Dwacom_i2c.c136 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq()
205 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
H A Dsurface3_spi.c143 BTN_STYLUS, in surface3_spi_report_pen()
299 input_set_capability(input, EV_KEY, BTN_STYLUS); in surface3_spi_create_pen_input()
H 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()
437 __set_bit(BTN_STYLUS, dev->keybit); in w8001_setup_pen()
H A Dgoodix.c332 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()
/linux-6.15/drivers/input/tablet/
H A Dacecad.c77 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 Dhanwang.c95 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 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()
H A Daiptek.c325 BTN_STYLUS, BTN_STYLUS2,
550 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
/linux-6.15/include/uapi/linux/
H A Dinput-event-codes.h413 #define BTN_STYLUS 0x14b macro
/linux-6.15/include/dt-bindings/input/
H A Dlinux-event-codes.h413 #define BTN_STYLUS 0x14b macro
/linux-6.15/drivers/input/
H A Dmousedev.c233 case BTN_STYLUS: in mousedev_key_event()