Searched defs:sst_dsp (Results 1 – 1 of 1) sorted by relevance
59 struct sst_dsp { struct64 struct sst_dsp_device *sst_dev; argument65 spinlock_t spinlock; /* IPC locking */66 struct mutex mutex; /* DSP FW lock */67 struct device *dev;68 void *thread_context;69 int irq;70 u32 id;73 struct sst_ops *ops;76 struct dentry *debugfs_root;[all …]