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 D | if_ath.c | 753 callout_init_mtx(&sc->sc_cal_ch, &sc->sc_mtx, 0); in ath_attach() 1937 callout_stop(&sc->sc_cal_ch); in ath_suspend() 5470 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_calibrate() 5551 callout_reset(&sc->sc_cal_ch, nextcal, ath_calibrate, sc); in ath_calibrate() 5881 callout_stop(&sc->sc_cal_ch); in ath_newstate() 6153 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_newstate() 6246 callout_reset(&sc->sc_cal_ch, 1, ath_calibrate, sc); in ath_newstate()
|
H A D | if_athvar.h | 799 struct callout sc_cal_ch; /* callout handle for cals */ member
|