Searched refs:BTN_TOOL_MOUSE (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/input/tablet/ |
D | wacom_serial4.c | 165 { CURSOR_DEVICE_ID, BTN_TOOL_MOUSE }, 548 set_bit(BTN_TOOL_MOUSE, input_dev->keybit); in wacom_connect()
|
D | hanwang.c | 113 BTN_TOOL_MOUSE, BTN_TOOL_FINGER,
|
D | aiptek.c | 224 #define AIPTEK_TOOL_BUTTON_MOUSE_MODE BTN_TOOL_MOUSE 337 BTN_TOOL_BRUSH, BTN_TOOL_MOUSE, BTN_TOOL_LENS, BTN_TOUCH,
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 407 #define BTN_TOOL_MOUSE 0x146 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 407 #define BTN_TOOL_MOUSE 0x146 macro
|
/Linux-v4.19/drivers/hid/ |
D | wacom_wac.c | 351 wacom->tool[0] = BTN_TOOL_MOUSE; in wacom_graphire_irq() 358 if (wacom->tool[0] != BTN_TOOL_MOUSE) { in wacom_graphire_irq() 646 tool_type = BTN_TOOL_MOUSE; in wacom_intuos_get_tool_type() 708 if (wacom->tool[idx] >= BTN_TOOL_MOUSE) { in wacom_exit_report() 928 if (wacom->tool[idx] == BTN_TOOL_MOUSE) { in wacom_intuos_general() 2199 input_set_capability(input, EV_KEY, BTN_TOOL_MOUSE); in wacom_wac_pen_usage_mapping() 3328 __set_bit(BTN_TOOL_MOUSE, input_dev->keybit); in wacom_setup_intuos() 3526 __set_bit(BTN_TOOL_MOUSE, input_dev->keybit); in wacom_setup_pen_input_capabilities()
|
D | hid-debug.c | 883 [BTN_TOOL_MOUSE] = "ToolMouse", [BTN_TOOL_LENS] = "ToolLens",
|
D | hid-input.c | 776 case 0x21: map_key(BTN_TOOL_MOUSE); break; in hidinput_configure_usage()
|