Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/mouse/
Dsynaptics.c988 const struct synaptics_hw_state *sgm, in synaptics_report_mt_data() argument
993 const struct synaptics_hw_state *hw[2] = { sgm, &priv->agm }; in synaptics_report_mt_data()
1022 synaptics_report_buttons(psmouse, sgm); in synaptics_report_mt_data()
1028 struct synaptics_hw_state *sgm) in synaptics_image_sensor_process() argument
1036 if (sgm->z == 0) in synaptics_image_sensor_process()
1038 else if (sgm->w >= 4) in synaptics_image_sensor_process()
1040 else if (sgm->w == 0) in synaptics_image_sensor_process()
1042 else if (sgm->w == 1) in synaptics_image_sensor_process()
1048 synaptics_report_mt_data(psmouse, sgm, num_fingers); in synaptics_image_sensor_process()