Searched refs:core_put (Results 1 – 4 of 4) sorted by relevance
14 void (*core_put)(struct venus_core *core); member
526 if (core->pm_ops->core_put) in venus_probe()527 core->pm_ops->core_put(core); in venus_probe()555 if (pm_ops->core_put) in venus_remove()556 pm_ops->core_put(core); in venus_remove()
133 sof_tgl_ops.core_put = tgl_dsp_core_put; in sof_tgl_ops_init()
735 dsp_ops->core_put = mtl_dsp_core_put; in sof_mtl_set_ops()