Home
last modified time | relevance | path

Searched refs:BTN_STYLUS3 (Results 1 – 5 of 5) sorted by relevance

/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h412 #define BTN_STYLUS3 0x149 macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h412 #define BTN_STYLUS3 0x149 macro
/linux/drivers/hid/
H A Dhid-debug.c3420 [BTN_STYLUS3] = "Stylus3", [BTN_TOOL_QUINTTAP] = "ToolQuintTap",
H A Dwacom_wac.c50 input_report_key(input, BTN_STYLUS3, 0); in wacom_force_proxout()
2315 input_set_capability(input, EV_KEY, BTN_STYLUS3); in wacom_set_barrel_switch3_usage()
2399 wacom_map_usage(input, usage, field, EV_KEY, BTN_STYLUS3, 0); in wacom_wac_pen_usage_mapping()
2605 input_report_key(input, BTN_STYLUS3, wacom_wac->hid_data.barrelswitch3); in wacom_wac_pen_report()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py39 THIRD_PRESSED = libevdev.EV_KEY.BTN_STYLUS3