Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/power/
Dab8500_fg.c225 struct mutex cc_lock; member
462 mutex_lock(&di->cc_lock); in ab8500_fg_coulomb_counter()
510 mutex_unlock(&di->cc_lock); in ab8500_fg_coulomb_counter()
515 mutex_unlock(&di->cc_lock); in ab8500_fg_coulomb_counter()
532 mutex_lock(&di->cc_lock); in ab8500_fg_inst_curr_start()
567 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_start()
668 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_finalize()
673 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_finalize()
720 mutex_lock(&di->cc_lock); in ab8500_fg_acc_cur_work()
770 mutex_unlock(&di->cc_lock); in ab8500_fg_acc_cur_work()
[all …]
/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dmain.c101 spin_lock(&common->cc_lock); in ath9k_ps_wakeup()
104 spin_unlock(&common->cc_lock); in ath9k_ps_wakeup()
132 spin_lock(&common->cc_lock); in ath9k_ps_restore()
134 spin_unlock(&common->cc_lock); in ath9k_ps_restore()
583 spin_lock_irqsave(&common->cc_lock, flags); in ath_ani_calibrate()
586 spin_unlock_irqrestore(&common->cc_lock, flags); in ath_ani_calibrate()
815 spin_lock(&common->cc_lock); in ath_isr()
818 spin_unlock(&common->cc_lock); in ath_isr()
846 spin_lock(&common->cc_lock); in ath_isr()
848 spin_unlock(&common->cc_lock); in ath_isr()
[all …]
Dinit.c543 spin_lock_init(&common->cc_lock); in ath9k_init_softc()
Ddebug.c1264 spin_lock_irqsave(&common->cc_lock, flags); in ath9k_debug_samp_bb_mac()
1271 spin_unlock_irqrestore(&common->cc_lock, flags); in ath9k_debug_samp_bb_mac()
/linux-3.4.99/drivers/net/wireless/ath/ath5k/
Dani.c377 spin_lock_bh(&common->cc_lock); in ath5k_hw_ani_get_listen_time()
385 spin_unlock_bh(&common->cc_lock); in ath5k_hw_ani_get_listen_time()
Dmac80211-ops.c662 spin_lock_bh(&common->cc_lock); in ath5k_get_survey()
671 spin_unlock_bh(&common->cc_lock); in ath5k_get_survey()
Dbase.c2483 spin_lock_init(&common->cc_lock); in ath5k_init_ah()
2801 spin_lock_bh(&common->cc_lock); in ath5k_reset()
2805 spin_unlock_bh(&common->cc_lock); in ath5k_reset()
/linux-3.4.99/drivers/net/wireless/ath/
Dath.h151 spinlock_t cc_lock; member