Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/
Dops.h102 if (sdev->dsp_core_ref_count[core] > 0) { in snd_sof_dsp_core_get()
103 sdev->dsp_core_ref_count[core]++; in snd_sof_dsp_core_get()
113 sdev->dsp_core_ref_count[core]++; in snd_sof_dsp_core_get()
136 if (--(sdev->dsp_core_ref_count[core]) > 0) in snd_sof_dsp_core_put()
Dsof-priv.h578 int dsp_core_ref_count[SOF_MAX_DSP_NUM_CORES]; member
/linux-6.1.9/sound/soc/sof/intel/
Dicl.c89 sdev->dsp_core_ref_count[ICL_DSP_HPRO_CORE_ID]++; in icl_dsp_post_fw_run()
Dhda-loader.c195 sdev->dsp_core_ref_count[j]++; in cl_dsp_init()
Dhda-dsp.c651 sdev->dsp_core_ref_count[j] = 0; in hda_suspend()