Searched refs:pwr_lock (Results 1 – 4 of 4) sorted by relevance
56 mutex_lock(&cs_ctl->dsp->pwr_lock); in hda_cs_dsp_coeff_put()58 mutex_unlock(&cs_ctl->dsp->pwr_lock); in hda_cs_dsp_coeff_put()70 mutex_lock(&cs_ctl->dsp->pwr_lock); in hda_cs_dsp_coeff_get()72 mutex_unlock(&cs_ctl->dsp->pwr_lock); in hda_cs_dsp_coeff_get()188 lockdep_assert_not_held(&dsp->pwr_lock); in hda_cs_dsp_add_controls()217 mutex_lock(&dsp->pwr_lock); in hda_cs_dsp_write_ctl()220 mutex_unlock(&dsp->pwr_lock); in hda_cs_dsp_write_ctl()240 mutex_lock(&dsp->pwr_lock); in hda_cs_dsp_read_ctl()242 mutex_unlock(&dsp->pwr_lock); in hda_cs_dsp_read_ctl()
406 mutex_lock(&dsp->pwr_lock); in cs_dsp_debugfs_wmfw_read()415 mutex_unlock(&dsp->pwr_lock); in cs_dsp_debugfs_wmfw_read()426 mutex_lock(&dsp->pwr_lock); in cs_dsp_debugfs_bin_read()435 mutex_unlock(&dsp->pwr_lock); in cs_dsp_debugfs_bin_read()657 lockdep_assert_held(&dsp->pwr_lock); in cs_dsp_coeff_write_acked_control()765 lockdep_assert_held(&ctl->dsp->pwr_lock); in cs_dsp_coeff_write_ctrl()833 lockdep_assert_held(&ctl->dsp->pwr_lock); in cs_dsp_coeff_read_ctrl()1480 lockdep_assert_held(&dsp->pwr_lock); in cs_dsp_get_ctl()1577 lockdep_assert_held(&dsp->pwr_lock); in cs_dsp_find_alg_region()2203 mutex_init(&dsp->pwr_lock); in cs_dsp_common_init()[all …]
344 mutex_lock(&dsp[e->shift_l].cs_dsp.pwr_lock); in wm_adsp_fw_put()351 mutex_unlock(&dsp[e->shift_l].cs_dsp.pwr_lock); in wm_adsp_fw_put()408 mutex_lock(&cs_ctl->dsp->pwr_lock); in wm_coeff_put()410 mutex_unlock(&cs_ctl->dsp->pwr_lock); in wm_coeff_put()424 mutex_lock(&cs_ctl->dsp->pwr_lock); in wm_coeff_tlv_put()431 mutex_unlock(&cs_ctl->dsp->pwr_lock); in wm_coeff_tlv_put()449 mutex_lock(&cs_ctl->dsp->pwr_lock); in wm_coeff_put_acked()456 mutex_unlock(&cs_ctl->dsp->pwr_lock); in wm_coeff_put_acked()471 mutex_lock(&cs_ctl->dsp->pwr_lock); in wm_coeff_get()473 mutex_unlock(&cs_ctl->dsp->pwr_lock); in wm_coeff_get()[all …]
177 struct mutex pwr_lock; member