Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dmac.c693 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset) in ath9k_hw_stopdmarecv() function
740 EXPORT_SYMBOL(ath9k_hw_stopdmarecv);
Dmac.h741 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset);
Drecv.c487 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.c111 ath9k_hw_stopdmarecv(sc->sc_ah, &reset); in ath_ps_full_sleep()