Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dmac.c692 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset) in ath9k_hw_stopdmarecv() function
739 EXPORT_SYMBOL(ath9k_hw_stopdmarecv);
Dmac.h737 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset);
Drecv.c488 stopped = ath9k_hw_stopdmarecv(ah, &reset); in ath_stoprecv()
Dhtc_drv_main.c66 ath9k_hw_stopdmarecv(priv->ah, &reset); in ath9k_htc_ps_restore()
Dmain.c107 ath9k_hw_stopdmarecv(sc->sc_ah, &reset); in ath_ps_full_sleep()