Searched defs:sst_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-4.19/sound/soc/intel/common/ |
| D | sst-dsp-priv.h | 37 struct sst_ops { struct 39 void (*boot)(struct sst_dsp *); 40 void (*reset)(struct sst_dsp *); 41 int (*wake)(struct sst_dsp *); 42 void (*sleep)(struct sst_dsp *); 43 void (*stall)(struct sst_dsp *); 46 void (*write)(void __iomem *addr, u32 offset, u32 value); 47 u32 (*read)(void __iomem *addr, u32 offset); 48 void (*write64)(void __iomem *addr, u32 offset, u64 value); 49 u64 (*read64)(void __iomem *addr, u32 offset); [all …]
|
| /kernel/linux/linux-5.10/sound/soc/intel/common/ |
| D | sst-dsp-priv.h | 21 struct sst_ops { struct 23 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);
|
| /kernel/linux/linux-5.10/sound/soc/intel/atom/ |
| D | sst-mfld-platform.h | 119 struct sst_ops { struct 137 struct sst_ops *ops; argument
|
| /kernel/linux/linux-4.19/sound/soc/intel/atom/ |
| D | sst-mfld-platform.h | 127 struct sst_ops { struct 145 struct sst_ops *ops; argument
|