Home
last modified time | relevance | path

Searched refs:cc_lock (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c106 spin_lock_irqsave(&common->cc_lock, flags); in ath_ps_full_sleep()
108 spin_unlock_irqrestore(&common->cc_lock, flags); in ath_ps_full_sleep()
136 spin_lock(&common->cc_lock); in ath9k_ps_wakeup()
139 spin_unlock(&common->cc_lock); in ath9k_ps_wakeup()
174 spin_lock(&common->cc_lock); in ath9k_ps_restore()
176 spin_unlock(&common->cc_lock); in ath9k_ps_restore()
404 spin_lock_irqsave(&common->cc_lock, flags); in ath9k_tasklet()
407 spin_unlock_irqrestore(&common->cc_lock, flags); in ath9k_tasklet()
2075 spin_lock_irqsave(&common->cc_lock, flags); in ath9k_get_survey()
2089 spin_unlock_irqrestore(&common->cc_lock, flags); in ath9k_get_survey()
[all …]
H A Dlink.c399 spin_lock_irqsave(&common->cc_lock, flags); in ath_ani_calibrate()
402 spin_unlock_irqrestore(&common->cc_lock, flags); in ath_ani_calibrate()
H A Dchannel.c46 spin_lock_irqsave(&common->cc_lock, flags); in ath_set_channel()
48 spin_unlock_irqrestore(&common->cc_lock, flags); in ath_set_channel()
H A Dinit.c731 spin_lock_init(&common->cc_lock); in ath9k_init_softc()
/linux/drivers/net/wireless/ath/ath5k/
H A Dani.c379 spin_lock_bh(&common->cc_lock); in ath5k_hw_ani_get_listen_time()
387 spin_unlock_bh(&common->cc_lock); in ath5k_hw_ani_get_listen_time()
H A Dmac80211-ops.c659 spin_lock_bh(&common->cc_lock); in ath5k_get_survey()
668 spin_unlock_bh(&common->cc_lock); in ath5k_get_survey()
H A Dbase.c2648 spin_lock_init(&common->cc_lock); in ath5k_init_ah()
2986 spin_lock_bh(&common->cc_lock); in ath5k_reset()
2990 spin_unlock_bh(&common->cc_lock); in ath5k_reset()
/linux/drivers/net/wireless/ath/
H A Dath.h173 spinlock_t cc_lock; member