Searched refs:calib_to (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/wpi/ |
H A D | if_wpivar.h | 189 struct callout calib_to; member
|
H A D | if_wpi.c | 531 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 D | if_iwnvar.h | 320 struct callout calib_to; member
|
H A D | if_iwn.c | 679 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 D | if_otus.c | 299 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 D | if_otusreg.h | 1034 struct timeout_task calib_to; member
|