Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.c555 mutex_lock(&dsp->pwr_lock); in wm_adsp_debugfs_wmfw_read()
564 mutex_unlock(&dsp->pwr_lock); in wm_adsp_debugfs_wmfw_read()
575 mutex_lock(&dsp->pwr_lock); in wm_adsp_debugfs_bin_read()
584 mutex_unlock(&dsp->pwr_lock); in wm_adsp_debugfs_bin_read()
708 mutex_lock(&dsp[e->shift_l].pwr_lock); in wm_adsp_fw_put()
715 mutex_unlock(&dsp[e->shift_l].pwr_lock); in wm_adsp_fw_put()
955 mutex_lock(&ctl->dsp->pwr_lock); in wm_coeff_put()
966 mutex_unlock(&ctl->dsp->pwr_lock); in wm_coeff_put()
979 mutex_lock(&ctl->dsp->pwr_lock); in wm_coeff_tlv_put()
991 mutex_unlock(&ctl->dsp->pwr_lock); in wm_coeff_tlv_put()
[all …]
Dwm_adsp.h96 struct mutex pwr_lock; member