Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.h1162 static inline bool ath9k_hw_btcoex_is_enabled(struct ath_hw *ah) in ath9k_hw_btcoex_is_enabled() function
1182 static inline bool ath9k_hw_btcoex_is_enabled(struct ath_hw *ah) in ath9k_hw_btcoex_is_enabled() function
H A Dmain.c168 if (ath9k_hw_btcoex_is_enabled(sc->sc_ah)) in ath9k_ps_restore()
H A Dhw.c2057 if (ath9k_hw_btcoex_is_enabled(ah)) in ath9k_hw_reset()
H A Dxmit.c2201 else if (AR_SREV_9462(ah) && ath9k_hw_btcoex_is_enabled(ah) && in ath_txchainmask_reduction()