Home
last modified time | relevance | path

Searched refs:pwr_lock (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/sound/soc/codecs/
Dwm_adsp.c674 mutex_lock(&dsp->pwr_lock); in wm_adsp_debugfs_wmfw_read()
683 mutex_unlock(&dsp->pwr_lock); in wm_adsp_debugfs_wmfw_read()
694 mutex_lock(&dsp->pwr_lock); in wm_adsp_debugfs_bin_read()
703 mutex_unlock(&dsp->pwr_lock); in wm_adsp_debugfs_bin_read()
805 mutex_lock(&dsp[e->shift_l].pwr_lock); in wm_adsp_fw_put()
812 mutex_unlock(&dsp[e->shift_l].pwr_lock); in wm_adsp_fw_put()
1090 mutex_lock(&ctl->dsp->pwr_lock); in wm_coeff_put()
1092 mutex_unlock(&ctl->dsp->pwr_lock); in wm_coeff_put()
1105 mutex_lock(&ctl->dsp->pwr_lock); in wm_coeff_tlv_put()
1112 mutex_unlock(&ctl->dsp->pwr_lock); in wm_coeff_tlv_put()
[all …]
Dwm_adsp.h99 struct mutex pwr_lock; member