HomeSort by: relevance | last modified time | path
    Searched defs:sc_tapped_fingers (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uatp.c 529 unsigned int sc_tapped_fingers; /* No. fingers of last tap. */ member in struct:uatp_softc
1689 CHECK((0 < sc->sc_tapped_fingers), return 0);
1690 switch (sc->sc_tapped_fingers) {
2013 sc->sc_tapping_fingers, sc->sc_tapped_fingers));
2094 sc->sc_tapped_fingers = tapped_fingers;
2124 CHECK((0 < sc->sc_tapped_fingers),
2127 sc->sc_tapped_fingers);
2133 CHECK((0 < sc->sc_tapped_fingers),
2136 sc->sc_tapped_fingers);
2145 CHECK((0 < sc->sc_tapped_fingers),
    [all...]
uatp.c 529 unsigned int sc_tapped_fingers; /* No. fingers of last tap. */ member in struct:uatp_softc
1689 CHECK((0 < sc->sc_tapped_fingers), return 0);
1690 switch (sc->sc_tapped_fingers) {
2013 sc->sc_tapping_fingers, sc->sc_tapped_fingers));
2094 sc->sc_tapped_fingers = tapped_fingers;
2124 CHECK((0 < sc->sc_tapped_fingers),
2127 sc->sc_tapped_fingers);
2133 CHECK((0 < sc->sc_tapped_fingers),
2136 sc->sc_tapped_fingers);
2145 CHECK((0 < sc->sc_tapped_fingers),
    [all...]

Completed in 25 milliseconds