Home
last modified time | relevance | path

Searched defs:sst_ops (Results 1 – 2 of 2) sorted by relevance

/sound/soc/intel/common/
Dsst-dsp-priv.h28 struct sst_ops { struct
30 void (*boot)(struct sst_dsp *);
31 void (*reset)(struct sst_dsp *);
32 int (*wake)(struct sst_dsp *);
33 void (*sleep)(struct sst_dsp *);
34 void (*stall)(struct sst_dsp *);
37 void (*write)(void __iomem *addr, u32 offset, u32 value);
38 u32 (*read)(void __iomem *addr, u32 offset);
39 void (*write64)(void __iomem *addr, u32 offset, u64 value);
40 u64 (*read64)(void __iomem *addr, u32 offset);
[all …]
/sound/soc/intel/atom/
Dsst-mfld-platform.h119 struct sst_ops { struct
137 struct sst_ops *ops; argument