Searched refs:BTN_TOOL_AIRBRUSH (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 404 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 406 #define BTN_TOOL_AIRBRUSH 0x144 macro
|
/openbmc/linux/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,
|
/openbmc/linux/drivers/hid/ |
H A D | hid-debug.c | 904 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
|
H A D | wacom_wac.c | 773 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type() 2363 input_set_capability(input, EV_KEY, BTN_TOOL_AIRBRUSH); in wacom_wac_pen_usage_mapping() 3557 __set_bit(BTN_TOOL_AIRBRUSH, input_dev->keybit); in wacom_setup_cintiq() 3728 __clear_bit(BTN_TOOL_AIRBRUSH, wacom_wac->pen_input->keybit); in wacom_setup_device_quirks()
|