Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A 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()
H A Dmain.c297 spin_lock_bh(&sc->sc_pcu_lock); in ath_reset_internal()
347 spin_unlock_bh(&sc->sc_pcu_lock); in ath_reset_internal()
394 spin_lock(&sc->sc_pcu_lock); in ath9k_tasklet()
484 spin_unlock(&sc->sc_pcu_lock); in ath9k_tasklet()
683 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_start()
742 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 …]
H A 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()
H A Dath9k.h999 spinlock_t sc_pcu_lock; member
H A Drecv.c278 spin_lock_init(&sc->sc_pcu_lock); in ath_rx_init()