Searched refs:core_put (Results 1 – 8 of 8) sorted by relevance
14 void (*core_put)(struct venus_core *core); member
421 if (core->pm_ops->core_put) in venus_probe()422 core->pm_ops->core_put(core); in venus_probe()448 if (pm_ops->core_put) in venus_remove()449 pm_ops->core_put(core); in venus_remove()
327 .core_put = core_put_v1,400 .core_put = core_put_v1,1169 .core_put = core_put_v4,
162 sof_lnl_ops.core_put = mtl_dsp_core_put; in sof_lnl_ops_init()
133 sof_tgl_ops.core_put = tgl_dsp_core_put; in sof_tgl_ops_init()
750 sof_mtl_ops.core_put = mtl_dsp_core_put; in sof_mtl_ops_init()
144 if (sof_ops(sdev)->core_put) { in snd_sof_dsp_core_put()152 ret = sof_ops(sdev)->core_put(sdev, core); in snd_sof_dsp_core_put()
187 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */ member