Home
last modified time | relevance | path

Searched refs:dsp_core_ref_count (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/sound/soc/sof/
Dops.h114 if (sdev->dsp_core_ref_count[core] > 0) { in snd_sof_dsp_core_get()
115 sdev->dsp_core_ref_count[core]++; in snd_sof_dsp_core_get()
125 sdev->dsp_core_ref_count[core]++; in snd_sof_dsp_core_get()
148 if (--(sdev->dsp_core_ref_count[core]) > 0) in snd_sof_dsp_core_put()
Dsof-priv.h664 int dsp_core_ref_count[SOF_MAX_DSP_NUM_CORES]; member
/linux-6.12.1/sound/soc/sof/intel/
Dicl.c89 sdev->dsp_core_ref_count[ICL_DSP_HPRO_CORE_ID]++; in icl_dsp_post_fw_run()
Dmtl.c394 sdev->dsp_core_ref_count[SOF_DSP_PRIMARY_CORE] = 1; in mtl_dsp_core_power_up()
425 sdev->dsp_core_ref_count[SOF_DSP_PRIMARY_CORE] = 0; in mtl_dsp_core_power_down()
Dhda-loader.c198 sdev->dsp_core_ref_count[j]++; in cl_dsp_init()
Dhda-dsp.c831 sdev->dsp_core_ref_count[j] = 0; in hda_suspend()