Home
last modified time | relevance | path

Searched refs:wpi_calib_timeout (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/wpi/
H A Dif_wpi.c187 static void wpi_calib_timeout(void *);
1800 wpi_calib_timeout(sc); in wpi_newstate()
1850 wpi_calib_timeout(void *arg) in wpi_calib_timeout() function
1859 callout_reset(&sc->calib_to, 60*hz, wpi_calib_timeout, sc); in wpi_calib_timeout()
4551 callout_reset(&sc->calib_to, 60*hz, wpi_calib_timeout, sc); in wpi_run()