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

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c684 u_int sc_n_strokes; member in struct:atp_softc
839 sc->sc_n_strokes++;
850 sc->sc_n_strokes--;
864 sc->sc_n_strokes = 0;
1037 if ((sc->sc_status.flags == 0) && (sc->sc_n_strokes == 0)) {
1319 if ((sc->sc_n_strokes == 0) && (n_fingers == 0))
1642 if (sc->sc_n_strokes > 0) {
1697 if (sc->sc_n_strokes > 1) {
1795 if (sc->sc_n_strokes > 1)
2094 if ((sc->sc_n_strokes
[all...]

Completed in 49 milliseconds