Home
last modified time | relevance | path

Searched refs:core_put (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/media/platform/qcom/venus/
Dpm_helpers.h14 void (*core_put)(struct venus_core *core); member
Dcore.c415 if (core->pm_ops->core_put) in venus_probe()
416 core->pm_ops->core_put(core); in venus_probe()
441 if (pm_ops->core_put) in venus_remove()
442 pm_ops->core_put(core); in venus_remove()
Dpm_helpers.c327 .core_put = core_put_v1,
400 .core_put = core_put_v1,
1181 .core_put = core_put_v4,
/Linux-v6.6/sound/soc/sof/intel/
Dtgl.c124 sof_tgl_ops.core_put = tgl_dsp_core_put; in sof_tgl_ops_init()
Dmtl.c694 sof_mtl_ops.core_put = mtl_dsp_core_put; in sof_mtl_ops_init()
/Linux-v6.6/sound/soc/sof/
Dops.h132 if (sof_ops(sdev)->core_put) { in snd_sof_dsp_core_put()
140 ret = sof_ops(sdev)->core_put(sdev, core); in snd_sof_dsp_core_put()
Dsof-audio.c181 goto core_put; in sof_widget_setup_unlocked()
214 core_put: in sof_widget_setup_unlocked()
Dsof-priv.h177 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */ member