Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dsynaptics.c918 const struct synaptics_hw_state *sgm, in synaptics_report_mt_data() argument
923 const struct synaptics_hw_state *hw[2] = { sgm, &priv->agm }; in synaptics_report_mt_data()
952 synaptics_report_buttons(psmouse, sgm); in synaptics_report_mt_data()
958 struct synaptics_hw_state *sgm) in synaptics_image_sensor_process() argument
966 if (sgm->z == 0) in synaptics_image_sensor_process()
968 else if (sgm->w >= 4) in synaptics_image_sensor_process()
970 else if (sgm->w == 0) in synaptics_image_sensor_process()
972 else if (sgm->w == 1) in synaptics_image_sensor_process()
978 synaptics_report_mt_data(psmouse, sgm, num_fingers); in synaptics_image_sensor_process()