Home
last modified time | relevance | path

Searched refs:save_fullsleep (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dar9003_mci.h280 void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep);
299 static inline void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep) in ar9003_mci_stop_bt() argument
Dar9003_mci.c925 void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep) in ar9003_mci_stop_bt() argument
931 if (mci_hw->ready && !save_fullsleep) { in ar9003_mci_stop_bt()
Dhw.c1613 bool save_fullsleep = ah->chip_fullsleep; in ath9k_hw_reset() local
1646 ar9003_mci_stop_bt(ah, save_fullsleep); in ath9k_hw_reset()
1704 ar9003_mci_reset(ah, false, IS_CHAN_2GHZ(chan), save_fullsleep); in ath9k_hw_reset()