Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/input/
Dmt.h101 unsigned int tool_type, bool active);
/Linux-v5.4/drivers/input/
Dinput-mt.c135 unsigned int tool_type, bool active) in input_mt_report_slot_state() argument
157 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
/Linux-v5.4/drivers/hid/
Dwacom_wac.c643 int tool_type; in wacom_intuos_get_tool_type() local
650 tool_type = BTN_TOOL_PENCIL; in wacom_intuos_get_tool_type()
669 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()
674 tool_type = BTN_TOOL_BRUSH; in wacom_intuos_get_tool_type()
682 tool_type = BTN_TOOL_MOUSE; in wacom_intuos_get_tool_type()
688 tool_type = BTN_TOOL_LENS; in wacom_intuos_get_tool_type()
710 tool_type = BTN_TOOL_RUBBER; in wacom_intuos_get_tool_type()
719 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type()
723 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()
726 return tool_type; in wacom_intuos_get_tool_type()
/Linux-v5.4/drivers/input/rmi4/
Drmi_f11.c542 int tool_type = MT_TOOL_FINGER; in rmi_f11_abs_pos_process() local
552 obj->mt_tool = tool_type; in rmi_f11_abs_pos_process()