Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dab8500_fg.c237 struct mutex cc_lock; member
467 mutex_lock(&di->cc_lock); in ab8500_fg_coulomb_counter()
516 mutex_unlock(&di->cc_lock); in ab8500_fg_coulomb_counter()
521 mutex_unlock(&di->cc_lock); in ab8500_fg_coulomb_counter()
538 mutex_lock(&di->cc_lock); in ab8500_fg_inst_curr_start()
575 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_start()
690 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_finalize()
695 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_finalize()
743 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_blocking()
763 mutex_lock(&di->cc_lock); in ab8500_fg_acc_cur_work()
[all …]
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_mac.c220 spin_lock_bh(&dev->mt76.cc_lock); in mt76x2_update_channel()
223 spin_unlock_bh(&dev->mt76.cc_lock); in mt76x2_update_channel()
Dmac80211.c285 spin_lock_init(&dev->cc_lock); in mt76_alloc_device()
445 spin_lock_bh(&dev->cc_lock); in mt76_get_survey()
448 spin_unlock_bh(&dev->cc_lock); in mt76_get_survey()
Dmt76.h319 spinlock_t cc_lock; member
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dmain.c103 spin_lock_irqsave(&common->cc_lock, flags); in ath_ps_full_sleep()
105 spin_unlock_irqrestore(&common->cc_lock, flags); in ath_ps_full_sleep()
133 spin_lock(&common->cc_lock); in ath9k_ps_wakeup()
137 spin_unlock(&common->cc_lock); in ath9k_ps_wakeup()
172 spin_lock(&common->cc_lock); in ath9k_ps_restore()
174 spin_unlock(&common->cc_lock); in ath9k_ps_restore()
398 spin_lock_irqsave(&common->cc_lock, flags); in ath9k_tasklet()
401 spin_unlock_irqrestore(&common->cc_lock, flags); in ath9k_tasklet()
1966 spin_lock_irqsave(&common->cc_lock, flags); in ath9k_get_survey()
1980 spin_unlock_irqrestore(&common->cc_lock, flags); in ath9k_get_survey()
[all …]
Dlink.c370 spin_lock_irqsave(&common->cc_lock, flags); in ath_ani_calibrate()
373 spin_unlock_irqrestore(&common->cc_lock, flags); in ath_ani_calibrate()
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()
Dinit.c727 spin_lock_init(&common->cc_lock); in ath9k_init_softc()
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
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()
Dmac80211-ops.c660 spin_lock_bh(&common->cc_lock); in ath5k_get_survey()
669 spin_unlock_bh(&common->cc_lock); in ath5k_get_survey()
Dbase.c2605 spin_lock_init(&common->cc_lock); in ath5k_init_ah()
2945 spin_lock_bh(&common->cc_lock); in ath5k_reset()
2949 spin_unlock_bh(&common->cc_lock); in ath5k_reset()
/Linux-v4.19/drivers/net/wireless/ath/
Dath.h171 spinlock_t cc_lock; member