Home
last modified time | relevance | path

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

/linux-6.1.9/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()
348 spin_unlock_bh(&sc->sc_pcu_lock); in ath_reset_internal()
395 spin_lock(&sc->sc_pcu_lock); in ath9k_tasklet()
485 spin_unlock(&sc->sc_pcu_lock); in ath9k_tasklet()
684 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_start()
743 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_start()
923 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_stop()
932 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_stop()
943 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_stop()
970 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()