Searched refs:ath9k_hw_stopdmarecv (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 693 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset) in ath9k_hw_stopdmarecv() function 740 EXPORT_SYMBOL(ath9k_hw_stopdmarecv); variable
|
H A D | mac.h | 741 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset);
|
H A D | recv.c | 487 stopped = ath9k_hw_stopdmarecv(ah, &reset); in ath_stoprecv()
|
H A D | htc_drv_main.c | 66 ath9k_hw_stopdmarecv(priv->ah, &reset); in ath9k_htc_ps_restore()
|
H A D | main.c | 111 ath9k_hw_stopdmarecv(sc->sc_ah, &reset); in ath_ps_full_sleep()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 693 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset) in ath9k_hw_stopdmarecv() function 740 EXPORT_SYMBOL(ath9k_hw_stopdmarecv); variable
|
H A D | mac.h | 743 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset);
|
H A D | recv.c | 487 stopped = ath9k_hw_stopdmarecv(ah, &reset); in ath_stoprecv()
|
H A D | htc_drv_main.c | 66 ath9k_hw_stopdmarecv(priv->ah, &reset); in ath9k_htc_ps_restore()
|
H A D | main.c | 111 ath9k_hw_stopdmarecv(sc->sc_ah, &reset); in ath_ps_full_sleep()
|
Completed in 20 milliseconds