Home
last modified time | relevance | path

Searched refs:sof_arch_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/soc/sof/
Dsof-priv.h262 const struct sof_arch_ops *arch_ops;
266 struct sof_arch_ops { struct
272 #define sof_arch_ops(sdev) ((sdev)->pdata->desc->ops->arch_ops) macro
538 sof_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words); in sof_stack()
543 if (sof_arch_ops(sdev)->dsp_oops) in sof_oops()
544 sof_arch_ops(sdev)->dsp_oops(sdev, oops); in sof_oops()
547 extern const struct sof_arch_ops sof_xtensa_arch_ops;
/Linux-v5.10/sound/soc/sof/xtensa/
Dcore.c131 const struct sof_arch_ops sof_xtensa_arch_ops = {