Searched refs:tool_type (Results 1 – 5 of 5) sorted by relevance
101 unsigned int tool_type, bool active);
136 unsigned int tool_type, bool active) in input_mt_report_slot_state() argument158 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
690 int tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type() local693 return tool_type; in wacom_intuos_get_tool_type()700 tool_type = BTN_TOOL_PENCIL; in wacom_intuos_get_tool_type()719 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()724 tool_type = BTN_TOOL_BRUSH; in wacom_intuos_get_tool_type()732 tool_type = BTN_TOOL_MOUSE; in wacom_intuos_get_tool_type()738 tool_type = BTN_TOOL_LENS; in wacom_intuos_get_tool_type()760 tool_type = BTN_TOOL_RUBBER; in wacom_intuos_get_tool_type()769 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type()772 return tool_type; in wacom_intuos_get_tool_type()
975 unsigned int tool_type; in elants_i2c_mt_event() local987 tool_type = buf[FW_POS_TOOL_TYPE] & BIT(0) ? in elants_i2c_mt_event()1021 input_mt_report_slot_state(input, tool_type, true); in elants_i2c_mt_event()
568 int tool_type = MT_TOOL_FINGER; in rmi_f11_abs_pos_process() local578 obj->mt_tool = tool_type; in rmi_f11_abs_pos_process()