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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c754 callout_init_mtx(&sc->sc_cal_ch, &sc->sc_mtx, 0);
1930 callout_stop(&sc->sc_cal_ch);
5421 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc);
5502 callout_reset(&sc->sc_cal_ch, nextcal, ath_calibrate, sc);
5832 callout_stop(&sc->sc_cal_ch);
6096 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc);
6189 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 52 milliseconds