Home
last modified time | relevance | path

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

/linux-4.1.27/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.c293 spin_lock_bh(&sc->sc_pcu_lock); in ath_reset_internal()
338 spin_unlock_bh(&sc->sc_pcu_lock); in ath_reset_internal()
380 spin_lock(&sc->sc_pcu_lock); in ath9k_tasklet()
482 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()
844 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_stop()
853 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_stop()
864 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_stop()
891 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_stop()
[all …]
Dchannel.c1563 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_p2p_bss_info_changed()
1568 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_p2p_bss_info_changed()
1582 spin_lock_bh(&sc->sc_pcu_lock); in ath9k_p2p_remove_vif()
1587 spin_unlock_bh(&sc->sc_pcu_lock); in ath9k_p2p_remove_vif()
Dath9k.h970 spinlock_t sc_pcu_lock; member
Drecv.c278 spin_lock_init(&sc->sc_pcu_lock); in ath_rx_init()