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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c451 struct timeval lastinputerr; /* time last sync error happened */ member in struct:psm_softc
1276 memset(&sc->lastinputerr, 0, sizeof(sc->lastinputerr));
3067 sc->lastinputerr = now;
3115 if (!timeelapsed(&sc->lastinputerr, psmerrsecs, psmerrusecs,

Completed in 112 milliseconds