Searched refs:core_get (Results 1 – 7 of 7) sorted by relevance
13 int (*core_get)(struct venus_core *core); member
415 if (core->pm_ops->core_get) { in venus_probe()416 ret = core->pm_ops->core_get(core); in venus_probe()
95 sof_apl_ops.core_get = hda_dsp_core_get; in sof_apl_ops_init()
161 sof_icl_ops.core_get = hda_dsp_core_get; in sof_icl_ops_init()
132 sof_tgl_ops.core_get = tgl_dsp_core_get; in sof_tgl_ops_init()
442 sof_cnl_ops.core_get = hda_dsp_core_get; in sof_cnl_ops_init()
734 dsp_ops->core_get = mtl_dsp_core_get; in sof_mtl_set_ops()