Searched refs:n_source_fingers (Results 1 – 1 of 1) sorted by relevance
1272 u_int n_source_fingers; in wsp_interpret_sensor_data() local1283 n_source_fingers = (data_len - params->finger_data_offset) / in wsp_interpret_sensor_data()1286 if (n_source_fingers > WSP_MAX_FINGERS) in wsp_interpret_sensor_data()1287 n_source_fingers = WSP_MAX_FINGERS; in wsp_interpret_sensor_data()1294 for (i = 0; i < n_source_fingers; i++, source_fingerp++) { in wsp_interpret_sensor_data()