Searched refs:BTN_STYLUS3 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | input-event-codes.h | 411 #define BTN_STYLUS3 0x149 macro
|
/linux-6.12.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 411 #define BTN_STYLUS3 0x149 macro
|
/linux-6.12.1/drivers/hid/ |
D | hid-debug.c | 3412 [BTN_DIGI] = "Digi", [BTN_STYLUS3] = "Stylus3",
|
D | wacom_wac.c | 50 input_report_key(input, BTN_STYLUS3, 0); in wacom_force_proxout() 2304 input_set_capability(input, EV_KEY, BTN_STYLUS3); in wacom_set_barrel_switch3_usage() 2388 wacom_map_usage(input, usage, field, EV_KEY, BTN_STYLUS3, 0); in wacom_wac_pen_usage_mapping() 2592 input_report_key(input, BTN_STYLUS3, wacom_wac->hid_data.barrelswitch3); in wacom_wac_pen_report()
|
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | test_tablet.py | 38 THIRD_PRESSED = libevdev.EV_KEY.BTN_STYLUS3
|