Searched refs:BTN_TOOL_AIRBRUSH (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A 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,
|
/kernel/linux/linux-6.6/drivers/input/tablet/ |
H A 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,
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 357 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 357 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 344 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom_wac.c | 774 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type() 2338 input_set_capability(input, EV_KEY, BTN_TOOL_AIRBRUSH); in wacom_wac_pen_usage_mapping() 3495 __set_bit(BTN_TOOL_AIRBRUSH, input_dev->keybit); in wacom_setup_cintiq() 3666 __clear_bit(BTN_TOOL_AIRBRUSH, wacom_wac->pen_input->keybit); in wacom_setup_device_quirks()
|
H A D | hid-debug.c | 867 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom_wac.c | 774 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type() 2362 input_set_capability(input, EV_KEY, BTN_TOOL_AIRBRUSH); in wacom_wac_pen_usage_mapping() 3547 __set_bit(BTN_TOOL_AIRBRUSH, input_dev->keybit); in wacom_setup_cintiq() 3718 __clear_bit(BTN_TOOL_AIRBRUSH, wacom_wac->pen_input->keybit); in wacom_setup_device_quirks()
|
H A D | hid-debug.c | 904 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
|
Completed in 44 milliseconds