Searched defs:sst_ops (Results 1 – 2 of 2) sorted by relevance
21 struct sst_ops { struct23 void (*write)(void __iomem *addr, u32 offset, u32 value);24 u32 (*read)(void __iomem *addr, u32 offset);27 irqreturn_t (*irq_handler)(int irq, void *context);30 int (*init)(struct sst_dsp *sst);31 void (*free)(struct sst_dsp *sst);
119 struct sst_ops { struct137 struct sst_ops *ops; argument