Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dpm_helpers.h14 void (*core_put)(struct venus_core *core); member
H A Dcore.c526 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()
H A Dpm_helpers.c333 .core_put = core_put_v1,
406 .core_put = core_put_v1,
1170 .core_put = core_put_v4,
/linux/sound/soc/sof/intel/
H A Dtgl.c133 sof_tgl_ops.core_put = tgl_dsp_core_put; in sof_tgl_ops_init()
H A Dmtl.c735 dsp_ops->core_put = mtl_dsp_core_put; in sof_mtl_set_ops()
/linux/sound/soc/sof/
H A Dops.h144 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()
H A Dsof-priv.h181 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */
179 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */ global() member