Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc3-priv.h39 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_init() local
41 if (dsp_ops->trace_init) in sof_dtrace_host_init()
42 return dsp_ops->trace_init(sdev, dmatb, dtrace_params); in sof_dtrace_host_init()
49 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_release() local
51 if (dsp_ops->trace_release) in sof_dtrace_host_release()
52 return dsp_ops->trace_release(sdev); in sof_dtrace_host_release()
59 const struct snd_sof_dsp_ops *dsp_ops = sdev->pdata->desc->ops; in sof_dtrace_host_trigger() local
61 if (dsp_ops->trace_trigger) in sof_dtrace_host_trigger()
62 return dsp_ops->trace_trigger(sdev, cmd); in sof_dtrace_host_trigger()
/linux/sound/soc/intel/avs/
H A Dcore.c785 .dsp_ops = &avs_skl_dsp_ops,
795 .dsp_ops = &avs_apl_dsp_ops,
805 .dsp_ops = &avs_cnl_dsp_ops,
815 .dsp_ops = &avs_icl_dsp_ops,
825 .dsp_ops = &avs_icl_dsp_ops,
836 .dsp_ops = &avs_tgl_dsp_ops, \
H A Davs.h64 ((adev)->spec->dsp_ops->op(adev, ## __VA_ARGS__))
99 const struct avs_dsp_ops *const dsp_ops; member
/linux/sound/soc/sof/imx/
H A Dimx8ulp.c105 static struct imx_dsp_ops dsp_ops = { variable
197 priv->dsp_ipc->ops = &dsp_ops; in imx8ulp_probe()
H A Dimx8.c99 static struct imx_dsp_ops dsp_ops = { variable
257 priv->dsp_ipc->ops = &dsp_ops; in imx8_probe()
/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c85 static const struct mtk_adsp_ipc_ops dsp_ops = { variable
323 priv->dsp_ipc->ops = &dsp_ops; in mt8195_dsp_probe()
/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c85 static const struct mtk_adsp_ipc_ops dsp_ops = { variable
332 priv->dsp_ipc->ops = &dsp_ops; in mt8186_dsp_probe()