Home
last modified time | relevance | path

Searched refs:tool_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/input/
Dmt.h104 unsigned int tool_type, bool active);
/Linux-v4.19/drivers/input/
Dinput-mt.c138 unsigned int tool_type, bool active) in input_mt_report_slot_state() argument
160 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
/Linux-v4.19/drivers/hid/
Dwacom_wac.c608 int tool_type; in wacom_intuos_get_tool_type() local
615 tool_type = BTN_TOOL_PENCIL; in wacom_intuos_get_tool_type()
633 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()
638 tool_type = BTN_TOOL_BRUSH; in wacom_intuos_get_tool_type()
646 tool_type = BTN_TOOL_MOUSE; in wacom_intuos_get_tool_type()
652 tool_type = BTN_TOOL_LENS; in wacom_intuos_get_tool_type()
673 tool_type = BTN_TOOL_RUBBER; in wacom_intuos_get_tool_type()
682 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type()
686 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()
689 return tool_type; in wacom_intuos_get_tool_type()
/Linux-v4.19/drivers/input/rmi4/
Drmi_f11.c546 int tool_type = MT_TOOL_FINGER; in rmi_f11_abs_pos_process() local
556 obj->mt_tool = tool_type; in rmi_f11_abs_pos_process()