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

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c700 struct timeval sc_touch_reap_time; member in struct:atp_softc
2064 microtime(&sc->sc_touch_reap_time); /* remember this time */
2096 timevalcmp(&strokep->ctime, &sc->sc_touch_reap_time, >)) {
2104 timevalsub(&delta, &sc->sc_touch_reap_time);

Completed in 140 milliseconds