Searched refs:save_fullsleep (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.h | 324 void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep); 343 static inline void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep) in ar9003_mci_stop_bt() argument
|
H A D | ar9003_mci.c | 1039 void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep) in ar9003_mci_stop_bt() argument 1045 if (mci_hw->ready && !save_fullsleep) { in ar9003_mci_stop_bt()
|
H A D | hw.c | 1880 bool save_fullsleep = ah->chip_fullsleep; in ath9k_hw_reset() local 1912 ar9003_mci_stop_bt(ah, save_fullsleep); in ath9k_hw_reset() 1971 ar9003_mci_reset(ah, false, IS_CHAN_2GHZ(chan), save_fullsleep); in ath9k_hw_reset()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.h | 324 void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep); 343 static inline void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep) in ar9003_mci_stop_bt() argument
|
H A D | ar9003_mci.c | 1038 void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep) in ar9003_mci_stop_bt() argument 1044 if (mci_hw->ready && !save_fullsleep) { in ar9003_mci_stop_bt()
|
H A D | hw.c | 1879 bool save_fullsleep = ah->chip_fullsleep; in ath9k_hw_reset() local 1911 ar9003_mci_stop_bt(ah, save_fullsleep); in ath9k_hw_reset() 1970 ar9003_mci_reset(ah, false, IS_CHAN_2GHZ(chan), save_fullsleep); in ath9k_hw_reset()
|
Completed in 17 milliseconds