Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpivar.h189 struct callout calib_to; member
H A Dif_wpi.c531 callout_init_mtx(&sc->calib_to, &sc->rxon_mtx, 0); in wpi_attach()
697 callout_drain(&sc->calib_to); in wpi_detach()
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()
5534 callout_stop(&sc->calib_to); in wpi_stop_locked()
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h320 struct callout calib_to; member
H A Dif_iwn.c679 callout_init_mtx(&sc->calib_to, &sc->sc_mtx, 0); in iwn_attach()
1414 callout_drain(&sc->calib_to); in iwn_detach()
2892 callout_stop(&sc->calib_to); in iwn_newstate()
2989 callout_reset(&sc->calib_to, msecs_to_ticks(500), iwn_calib_timeout, in iwn_calib_timeout()
7429 callout_reset(&sc->calib_to, msecs_to_ticks(500), iwn_calib_timeout, in iwn_run()
9048 callout_stop(&sc->calib_to); in iwn_stop_locked()
/freebsd/sys/dev/otus/
H A Dif_otus.c299 TIMEOUT_TASK_INIT(taskqueue_thread, &sc->calib_to, 0, otus_calibrate_to, sc); in otus_attach()
343 taskqueue_drain_timeout(taskqueue_thread, &sc->calib_to); in otus_detach()
1213 &sc->calib_to, hz); in otus_newstate()
3071 timeout_add_sec(&sc->calib_to, 1); in otus_calibrate_to()
3299 taskqueue_drain_timeout(taskqueue_thread, &sc->calib_to); in otus_stop()
H A Dif_otusreg.h1034 struct timeout_task calib_to; member