Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/
Dinput.h337 #define BTN_TOOL_AIRBRUSH 0x144 macro
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/input/
Dinput.h337 #define BTN_TOOL_AIRBRUSH 0x144 macro
/linux-4.1.27/include/dt-bindings/input/
Dinput.h337 #define BTN_TOOL_AIRBRUSH 0x144 macro
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/
Dinput.h337 #define BTN_TOOL_AIRBRUSH 0x144 macro
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/
Dinput.h337 #define BTN_TOOL_AIRBRUSH 0x144 macro
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/
Dinput.h337 #define BTN_TOOL_AIRBRUSH 0x144 macro
/linux-4.1.27/include/uapi/linux/
Dinput.h545 #define BTN_TOOL_AIRBRUSH 0x144 macro
/linux-4.1.27/drivers/input/tablet/
Daiptek.c229 #define AIPTEK_TOOL_BUTTON_AIRBRUSH_MODE BTN_TOOL_AIRBRUSH
344 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
/linux-4.1.27/drivers/hid/
Dhid-debug.c880 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
Dwacom_wac.c554 wacom->tool[idx] = BTN_TOOL_AIRBRUSH; in wacom_intuos_inout()
2136 __set_bit(BTN_TOOL_AIRBRUSH, input_dev->keybit); in wacom_setup_cintiq()