Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dchannel.c333 ath9k_hw_get_tsf_offset(&cur->tsf_ts, &ts); in ath_chanctx_adjust_tbtt_delta()
336 prev_tsf -= ath9k_hw_get_tsf_offset(&prev->tsf_ts, &ts); in ath_chanctx_adjust_tbtt_delta()
673 ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, NULL); in ath_chanctx_event()
1283 ath9k_hw_get_tsf_offset(&ts, NULL); in ath_chanctx_set_next()
Dhw.h1056 u32 ath9k_hw_get_tsf_offset(struct timespec *last, struct timespec *cur);
Dhw.c1799 u32 ath9k_hw_get_tsf_offset(struct timespec *last, struct timespec *cur) in ath9k_hw_get_tsf_offset() function
1814 EXPORT_SYMBOL(ath9k_hw_get_tsf_offset);
Dmain.c248 offset = ath9k_hw_get_tsf_offset(&sc->cur_chan->tsf_ts, in ath_complete_reset()