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

/freebsd-current/sys/dev/ath/
H A Dif_ath.c751 callout_init_mtx(&sc->sc_cal_ch, &sc->sc_mtx, 0);
1935 callout_stop(&sc->sc_cal_ch);
5462 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc);
5543 callout_reset(&sc->sc_cal_ch, nextcal, ath_calibrate, sc);
5873 callout_stop(&sc->sc_cal_ch);
6145 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc);
6238 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc);
H A Dif_athvar.h799 struct callout sc_cal_ch; /* callout handle for cals */ member in struct:ath_softc

Completed in 141 milliseconds