Searched refs:BTN_TOOL_AIRBRUSH (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/include/dt-bindings/input/ |
D | linux-event-codes.h | 405 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/Linux-v5.15/include/uapi/linux/ |
D | input-event-codes.h | 405 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/Linux-v5.15/drivers/input/tablet/ |
D | aiptek.c | 209 #define AIPTEK_TOOL_BUTTON_AIRBRUSH_MODE BTN_TOOL_AIRBRUSH 323 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
|
/Linux-v5.15/drivers/hid/ |
D | hid-debug.c | 867 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
|
D | wacom_wac.c | 719 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type() 2274 input_set_capability(input, EV_KEY, BTN_TOOL_AIRBRUSH); in wacom_wac_pen_usage_mapping() 3421 __set_bit(BTN_TOOL_AIRBRUSH, input_dev->keybit); in wacom_setup_cintiq() 3592 __clear_bit(BTN_TOOL_AIRBRUSH, wacom_wac->pen_input->keybit); in wacom_setup_device_quirks()
|