Searched refs:n_fingers (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c1271 u_int n_fingers; local
1288 n_fingers = 0;
1312 fingers[n_fingers].matched = false;
1313 fingers[n_fingers].x = source_fingerp->abs_x;
1314 fingers[n_fingers].y = -source_fingerp->abs_y;
1316 n_fingers++;
1319 if ((sc->sc_n_strokes == 0) && (n_fingers == 0))
1322 if (wsp_update_strokes(sc, fingers, n_fingers))
1432 wsp_finger_t *fingers, u_int n_fingers)
1442 for (i = 0; i != n_fingers;
1431 wsp_match_strokes_against_fingers(struct atp_softc *sc, wsp_finger_t *fingers, u_int n_fingers) argument
1635 wsp_update_strokes(struct atp_softc *sc, wsp_finger_t *fingers, u_int n_fingers) argument
[all...]

Completed in 210 milliseconds