Lines Matching defs:sst_dsp
59 struct sst_dsp { struct
64 struct sst_dsp_device *sst_dev; argument
65 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;
79 struct sst_addr addr;
82 struct sst_mailbox mailbox;
85 struct list_head module_list;
89 const char *fw_name;
92 struct skl_dsp_loader_ops dsp_ops;
93 struct skl_dsp_fw_ops fw_ops;
94 int sst_state;
95 struct skl_cl_dev cl_dev;
96 u32 intr_status;
97 const struct firmware *fw;
98 struct snd_dma_buffer dmab;