Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dwm_adsp.c672 mutex_lock(&dsp->pwr_lock); in wm_adsp_debugfs_wmfw_read()
681 mutex_unlock(&dsp->pwr_lock); in wm_adsp_debugfs_wmfw_read()
692 mutex_lock(&dsp->pwr_lock); in wm_adsp_debugfs_bin_read()
701 mutex_unlock(&dsp->pwr_lock); in wm_adsp_debugfs_bin_read()
802 mutex_lock(&dsp[e->shift_l].pwr_lock); in wm_adsp_fw_put()
809 mutex_unlock(&dsp[e->shift_l].pwr_lock); in wm_adsp_fw_put()
1070 mutex_lock(&ctl->dsp->pwr_lock); in wm_coeff_put()
1081 mutex_unlock(&ctl->dsp->pwr_lock); in wm_coeff_put()
1094 mutex_lock(&ctl->dsp->pwr_lock); in wm_coeff_tlv_put()
1106 mutex_unlock(&ctl->dsp->pwr_lock); in wm_coeff_tlv_put()
[all …]
Dwm_adsp.h99 struct mutex pwr_lock; member