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()
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()432 mutex_lock(&cs_ctl->dsp->pwr_lock); in wm_coeff_tlv_put()434 mutex_unlock(&cs_ctl->dsp->pwr_lock); in wm_coeff_tlv_put()454 mutex_lock(&cs_ctl->dsp->pwr_lock); in wm_coeff_put_acked()461 mutex_unlock(&cs_ctl->dsp->pwr_lock); in wm_coeff_put_acked()479 mutex_lock(&cs_ctl->dsp->pwr_lock); in wm_coeff_get()481 mutex_unlock(&cs_ctl->dsp->pwr_lock); in wm_coeff_get()[all …]
408 mutex_lock(&dsp->pwr_lock); in cs_dsp_debugfs_wmfw_read()417 mutex_unlock(&dsp->pwr_lock); in cs_dsp_debugfs_wmfw_read()428 mutex_lock(&dsp->pwr_lock); in cs_dsp_debugfs_bin_read()437 mutex_unlock(&dsp->pwr_lock); in cs_dsp_debugfs_bin_read()689 lockdep_assert_held(&dsp->pwr_lock); in cs_dsp_coeff_write_acked_control()797 lockdep_assert_held(&ctl->dsp->pwr_lock); in cs_dsp_coeff_write_ctrl()872 lockdep_assert_held(&ctl->dsp->pwr_lock); in cs_dsp_coeff_read_ctrl()1523 lockdep_assert_held(&dsp->pwr_lock); in cs_dsp_get_ctl()1620 lockdep_assert_held(&dsp->pwr_lock); in cs_dsp_find_alg_region()2247 mutex_init(&dsp->pwr_lock); in cs_dsp_common_init()[all …]
178 struct mutex pwr_lock; member