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

/freebsd-10.1-release/sys/dev/atkbdc/
H A Dpsm.c327 struct timeval inputtimeout; member in struct:psm_softc
2364 timevalcmp(&now, &sc->inputtimeout, >)) {
2371 sc->inputtimeout.tv_sec = PSM_INPUT_TIMEOUT / 1000000;
2372 sc->inputtimeout.tv_usec = PSM_INPUT_TIMEOUT % 1000000;
2373 timevaladd(&sc->inputtimeout, &now);

Completed in 102 milliseconds