Searched refs:BTN_TOOL_MOUSE (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/input/tablet/
H A Dwacom_serial4.c160 { CURSOR_DEVICE_ID, BTN_TOOL_MOUSE },
545 set_bit(BTN_TOOL_MOUSE, input_dev->keybit);
H A Dhanwang.c96 BTN_TOOL_MOUSE, BTN_TOOL_FINGER,
H A Daiptek.c211 #define AIPTEK_TOOL_BUTTON_MOUSE_MODE BTN_TOOL_MOUSE
324 BTN_TOOL_BRUSH, BTN_TOOL_MOUSE, BTN_TOOL_LENS, BTN_TOUCH,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h408 #define BTN_TOOL_MOUSE 0x146 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h408 #define BTN_TOOL_MOUSE 0x146 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h408 #define BTN_TOOL_MOUSE 0x146 macro
/linux-master/drivers/hid/
H A Dwacom_wac.c385 wacom->tool[0] = BTN_TOOL_MOUSE;
392 if (wacom->tool[0] != BTN_TOOL_MOUSE) {
737 tool_type = BTN_TOOL_MOUSE;
796 if (wacom->tool[idx] >= BTN_TOOL_MOUSE) {
1025 if (wacom->tool[idx] == BTN_TOOL_MOUSE) {
3579 __set_bit(BTN_TOOL_MOUSE, input_dev->keybit);
3795 __set_bit(BTN_TOOL_MOUSE, input_dev->keybit);
H A Dhid-debug.c905 [BTN_TOOL_MOUSE] = "ToolMouse", [BTN_TOOL_LENS] = "ToolLens",
H A Dhid-input.c966 map_key(BTN_TOOL_MOUSE);

Completed in 242 milliseconds