Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Dab8500_fg.c237 struct mutex cc_lock; member
474 mutex_lock(&di->cc_lock); in ab8500_fg_coulomb_counter()
523 mutex_unlock(&di->cc_lock); in ab8500_fg_coulomb_counter()
528 mutex_unlock(&di->cc_lock); in ab8500_fg_coulomb_counter()
545 mutex_lock(&di->cc_lock); in ab8500_fg_inst_curr_start()
582 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_start()
697 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_finalize()
702 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_finalize()
750 mutex_unlock(&di->cc_lock); in ab8500_fg_inst_curr_blocking()
770 mutex_lock(&di->cc_lock); in ab8500_fg_acc_cur_work()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dmain.c102 spin_lock(&common->cc_lock); in ath_ps_full_sleep()
104 spin_unlock(&common->cc_lock); in ath_ps_full_sleep()
132 spin_lock(&common->cc_lock); in ath9k_ps_wakeup()
136 spin_unlock(&common->cc_lock); in ath9k_ps_wakeup()
171 spin_lock(&common->cc_lock); in ath9k_ps_restore()
173 spin_unlock(&common->cc_lock); in ath9k_ps_restore()
397 spin_lock(&common->cc_lock); in ath9k_tasklet()
400 spin_unlock(&common->cc_lock); in ath9k_tasklet()
1928 spin_lock_bh(&common->cc_lock); in ath9k_get_survey()
1942 spin_unlock_bh(&common->cc_lock); in ath9k_get_survey()
[all …]
Dlink.c366 spin_lock(&common->cc_lock); in ath_ani_calibrate()
369 spin_unlock(&common->cc_lock); in ath_ani_calibrate()
Dchannel.c45 spin_lock_bh(&common->cc_lock); in ath_set_channel()
47 spin_unlock_bh(&common->cc_lock); in ath_set_channel()
Dinit.c621 spin_lock_init(&common->cc_lock); in ath9k_init_softc()
/linux-4.4.14/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.c661 spin_lock_bh(&common->cc_lock); in ath5k_get_survey()
670 spin_unlock_bh(&common->cc_lock); in ath5k_get_survey()
Dbase.c2603 spin_lock_init(&common->cc_lock); in ath5k_init_ah()
2943 spin_lock_bh(&common->cc_lock); in ath5k_reset()
2947 spin_unlock_bh(&common->cc_lock); in ath5k_reset()
/linux-4.4.14/drivers/net/wireless/ath/
Dath.h173 spinlock_t cc_lock; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c395 spin_lock(&req->rq_cli_ctx->cc_lock); in sptlrpc_req_put_ctx()
397 spin_unlock(&req->rq_cli_ctx->cc_lock); in sptlrpc_req_put_ctx()
568 spin_lock(&ctx->cc_lock); in req_off_ctx_list()
571 spin_unlock(&ctx->cc_lock); in req_off_ctx_list()
707 spin_lock(&ctx->cc_lock); in sptlrpc_req_refresh_ctx()
710 spin_unlock(&ctx->cc_lock); in sptlrpc_req_refresh_ctx()
Dsec_null.c434 spin_lock_init(&null_cli_ctx.cc_lock); in null_init_internal()
Dsec_plain.c397 spin_lock_init(&ctx->cc_lock); in plain_sec_install_ctx()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h497 spinlock_t cc_lock; member