Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dwow.c247 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_suspend()
260 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_suspend()
291 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_resume()
298 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_resume()
Dmain.c298 spin_lock_bh(&sc->sc_pcu_lock); in ath_reset_internal()
343 spin_unlock_bh(&sc->sc_pcu_lock); in ath_reset_internal()
390 spin_lock(&sc->sc_pcu_lock); in ath9k_tasklet()
480 spin_unlock(&sc->sc_pcu_lock); in ath9k_tasklet()
677 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_start()
736 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_start()
848 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_stop()
857 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_stop()
868 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_stop()
895 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_stop()
[all …]
Dchannel.c1609 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_p2p_bss_info_changed()
1613 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_p2p_bss_info_changed()
1627 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_p2p_remove_vif()
1632 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_p2p_remove_vif()
Dath9k.h997 spinlock_t sc_pcu_lock; member
Drecv.c278 spin_lock_init(&sc->sc_pcu_lock); in ath_rx_init()