Home
last modified time | relevance | path

Searched refs:SOF_DSP_PRIMARY_CORE (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/sound/soc/sof/intel/
Dmtl.c347 if (core != SOF_DSP_PRIMARY_CORE || mtl_dsp_primary_core_is_enabled(sdev)) in mtl_dsp_core_power_up()
381 if (core != SOF_DSP_PRIMARY_CORE || !mtl_dsp_primary_core_is_enabled(sdev)) in mtl_dsp_core_power_down()
407 ret = mtl_dsp_core_power_down(sdev, SOF_DSP_PRIMARY_CORE); in mtl_power_down_dsp()
444 ret = mtl_dsp_core_power_up(sdev, SOF_DSP_PRIMARY_CORE); in mtl_dsp_cl_init()
487 mtl_dsp_core_power_down(sdev, SOF_DSP_PRIMARY_CORE); in mtl_dsp_cl_init()
Dtgl.c30 if (core == SOF_DSP_PRIMARY_CORE) in tgl_dsp_core_get()
44 if (core == SOF_DSP_PRIMARY_CORE) in tgl_dsp_core_put()
Dhda-dsp.c1036 if (sdev->fw_state != SOF_FW_BOOT_COMPLETE || core == SOF_DSP_PRIMARY_CORE) in hda_dsp_core_get()
/linux-6.1.9/sound/soc/sof/
Dipc4.c652 return sof_ipc4_set_core_state(sdev, SOF_DSP_PRIMARY_CORE, false); in sof_ipc4_ctx_save()
Dsof-priv.h79 #define SOF_DSP_PRIMARY_CORE 0 macro
Dtopology.c1359 swidget->core = SOF_DSP_PRIMARY_CORE; in sof_widget_ready()
Dipc3-topology.c525 pipeline->core = SOF_DSP_PRIMARY_CORE; in sof_ipc3_widget_setup_comp_pipeline()