Searched defs:sst_dsp (Results 1 – 1 of 1) sorted by relevance
259 struct sst_dsp { struct262 struct sst_dsp_device *sst_dev; argument263 spinlock_t spinlock; /* IPC locking */264 struct mutex mutex; /* DSP FW lock */265 struct device *dev;266 struct device *dma_dev;267 void *thread_context;268 int irq;269 u32 id;272 struct list_head used_block_list;[all …]