Searched defs:snd_sof_dsp_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/sound/soc/sof/ |
| D | sof-priv.h | 95 struct snd_sof_dsp_ops { struct 98 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */ 99 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */ 102 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */ 103 int (*stall)(struct snd_sof_dev *sof_dev); /* optional */ 104 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */ 105 int (*core_power_up)(struct snd_sof_dev *sof_dev, 107 int (*core_power_down)(struct snd_sof_dev *sof_dev, 115 void (*write)(struct snd_sof_dev *sof_dev, void __iomem *addr, 117 u32 (*read)(struct snd_sof_dev *sof_dev, [all …]
|
| /kernel/linux/linux-6.6/sound/soc/sof/ |
| D | sof-priv.h | 165 struct snd_sof_dsp_ops { struct 168 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */ 169 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */ 170 int (*shutdown)(struct snd_sof_dev *sof_dev); /* optional */ 173 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */ 174 int (*stall)(struct snd_sof_dev *sof_dev, unsigned int core_mask); /* optional */ 175 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */ 176 int (*core_get)(struct snd_sof_dev *sof_dev, int core); /* optional */ 177 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */ 184 void (*write8)(struct snd_sof_dev *sof_dev, void __iomem *addr, [all …]
|