Lines Matching refs:dsp
112 struct sst_dsp *dsp; member
154 struct sst_dsp *dsp; member
193 struct sst_dsp *dsp; member
236 struct sst_dsp *dsp; member
323 struct sst_fw *sst_fw_new(struct sst_dsp *dsp,
326 void sst_fw_free_all(struct sst_dsp *dsp);
334 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
353 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba,
355 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list);
358 int sst_block_alloc_scratch(struct sst_dsp *dsp);
359 void sst_block_free_scratch(struct sst_dsp *dsp);
362 struct sst_mem_block *sst_mem_block_register(struct sst_dsp *dsp, u32 offset,
365 void sst_mem_block_unregister_all(struct sst_dsp *dsp);
371 u32 sst_dsp_get_offset(struct sst_dsp *dsp, u32 offset,