Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dpm_helpers.h13 int (*core_get)(struct venus_core *core); member
H A Dcore.c415 if (core->pm_ops->core_get) { in venus_probe()
416 ret = core->pm_ops->core_get(core); in venus_probe()
/linux/sound/soc/sof/intel/
H A Dapl.c95 sof_apl_ops.core_get = hda_dsp_core_get; in sof_apl_ops_init()
H A Dicl.c161 sof_icl_ops.core_get = hda_dsp_core_get; in sof_icl_ops_init()
H A Dtgl.c132 sof_tgl_ops.core_get = tgl_dsp_core_get; in sof_tgl_ops_init()
H A Dcnl.c442 sof_cnl_ops.core_get = hda_dsp_core_get; in sof_cnl_ops_init()
H A Dmtl.c734 dsp_ops->core_get = mtl_dsp_core_get; in sof_mtl_set_ops()