Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/input/
Dmt.h101 unsigned int tool_type, bool active);
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Delants_i2c.c901 unsigned int tool_type; in elants_i2c_mt_event() local
913 tool_type = buf[FW_POS_TOOL_TYPE] & BIT(0) ? in elants_i2c_mt_event()
931 input_mt_report_slot_state(input, tool_type, true); in elants_i2c_mt_event()
/kernel/linux/linux-5.10/drivers/hid/
Dwacom_wac.c695 int tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type() local
698 return tool_type; in wacom_intuos_get_tool_type()
705 tool_type = BTN_TOOL_PENCIL; in wacom_intuos_get_tool_type()
724 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()
729 tool_type = BTN_TOOL_BRUSH; in wacom_intuos_get_tool_type()
737 tool_type = BTN_TOOL_MOUSE; in wacom_intuos_get_tool_type()
743 tool_type = BTN_TOOL_LENS; in wacom_intuos_get_tool_type()
765 tool_type = BTN_TOOL_RUBBER; in wacom_intuos_get_tool_type()
774 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type()
777 return tool_type; in wacom_intuos_get_tool_type()
/kernel/linux/linux-5.10/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()