Searched refs:tool_type (Results 1 – 7 of 7) sorted by relevance
583 report->tool_type = ELAN_FINGER; in elan_ts_recv_data()596 report->tool_type = ELAN_PEN; in elan_ts_recv_data()625 report->tool_type = ELAN_FINGER; in elan_ts_recv_data()629 if ( report->tool_type == ELAN_PEN) { in elan_ts_recv_data()704 if (report->tool_type == ELAN_FINGER) { in elants_a_report()753 } else if (report->tool_type == ELAN_PEN) { in elants_a_report()825 if (report->tool_type == ELAN_FINGER) { in elants_slot_report()884 } else if (report->tool_type == ELAN_PEN) { in elants_slot_report()997 if (ts->report.tool_type == ELAN_FINGER) { in elan_ts_hid_report()2111 if (private_ts->report.tool_type == ELAN_PEN) { in elan_release_point()[all …]
152 int tool_type; /**/ member
101 unsigned int tool_type, bool active);
135 unsigned int tool_type, bool active) in input_mt_report_slot_state() argument157 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
901 unsigned int tool_type; in elants_i2c_mt_event() local913 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()
657 int tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type() local660 return tool_type; in wacom_intuos_get_tool_type()667 tool_type = BTN_TOOL_PENCIL; in wacom_intuos_get_tool_type()683 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()688 tool_type = BTN_TOOL_BRUSH; in wacom_intuos_get_tool_type()696 tool_type = BTN_TOOL_MOUSE; in wacom_intuos_get_tool_type()702 tool_type = BTN_TOOL_LENS; in wacom_intuos_get_tool_type()724 tool_type = BTN_TOOL_RUBBER; in wacom_intuos_get_tool_type()733 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type()736 return tool_type; in wacom_intuos_get_tool_type()
546 int tool_type = MT_TOOL_FINGER; in rmi_f11_abs_pos_process() local556 obj->mt_tool = tool_type; in rmi_f11_abs_pos_process()