Home
last modified time | relevance | path

Searched refs:ath9k_hw_get_tsf_offset (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dchannel.c351 ath9k_hw_get_tsf_offset(&cur->tsf_ts, &ts); in ath_chanctx_adjust_tbtt_delta()
354 prev_tsf -= ath9k_hw_get_tsf_offset(&prev->tsf_ts, &ts); in ath_chanctx_adjust_tbtt_delta()
694 ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, NULL); in ath_chanctx_event()
1306 ath9k_hw_get_tsf_offset(&ts, NULL); in ath_chanctx_set_next()
Dhw.c1838 u32 ath9k_hw_get_tsf_offset(struct timespec64 *last, struct timespec64 *cur) in ath9k_hw_get_tsf_offset() function
1853 EXPORT_SYMBOL(ath9k_hw_get_tsf_offset);
1942 tsf_offset = ath9k_hw_get_tsf_offset(&tsf_ts, NULL); in ath9k_hw_reset()
1966 tsf_offset = ath9k_hw_get_tsf_offset(&tsf_ts, NULL); in ath9k_hw_reset()
Dbeacon.c296 offset = ath9k_hw_get_tsf_offset(&avp->chanctx->tsf_ts, NULL); in ath9k_beacon_ensure_primary_slot()
Dhw.h1063 u32 ath9k_hw_get_tsf_offset(struct timespec64 *last, struct timespec64 *cur);
Dmain.c250 offset = ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, in ath_complete_reset()
1849 ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, NULL); in ath9k_get_tsf()