Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/qcom/venus/
A Dpm_helpers.h14 void (*core_put)(struct venus_core *core); member
A Dcore.c414 if (core->pm_ops->core_put) in venus_probe()
415 core->pm_ops->core_put(core); in venus_probe()
440 if (pm_ops->core_put) in venus_remove()
441 pm_ops->core_put(core); in venus_remove()
A Dpm_helpers.c327 .core_put = core_put_v1,
400 .core_put = core_put_v1,
1181 .core_put = core_put_v4,
/linux-6.3-rc2/sound/soc/sof/intel/
A Dtgl.c116 sof_tgl_ops.core_put = tgl_dsp_core_put; in sof_tgl_ops_init()
/linux-6.3-rc2/sound/soc/sof/
A 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()
A Dsof-audio.c149 goto core_put; in sof_widget_setup_unlocked()
178 core_put: in sof_widget_setup_unlocked()
A Dsof-priv.h173 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */ member

Completed in 22 milliseconds