Home
last modified time | relevance | path

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

/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h405 #define BTN_TOOL_AIRBRUSH 0x144 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h405 #define BTN_TOOL_AIRBRUSH 0x144 macro
/Linux-v4.19/drivers/input/tablet/
Daiptek.c222 #define AIPTEK_TOOL_BUTTON_AIRBRUSH_MODE BTN_TOOL_AIRBRUSH
336 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
/Linux-v4.19/drivers/hid/
Dhid-debug.c882 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
Dwacom_wac.c682 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type()
2197 input_set_capability(input, EV_KEY, BTN_TOOL_AIRBRUSH); in wacom_wac_pen_usage_mapping()
3306 __set_bit(BTN_TOOL_AIRBRUSH, input_dev->keybit); in wacom_setup_cintiq()