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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c628 static void psmtimeout(void *);
1225 callout_reset(&sc->callout, hz * 2, psmtimeout, sc);
2926 psmtimeout(void *arg) function
2940 callout_reset(&sc->callout, hz, psmtimeout, sc);

Completed in 111 milliseconds