Lines Matching refs:dsp
109 struct sst_dsp *dsp; member
151 struct sst_dsp *dsp; member
190 struct sst_dsp *dsp; member
233 struct sst_dsp *dsp; member
337 struct sst_fw *sst_fw_new(struct sst_dsp *dsp,
340 void sst_fw_free_all(struct sst_dsp *dsp);
348 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
367 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba,
369 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list);
372 int sst_block_alloc_scratch(struct sst_dsp *dsp);
373 void sst_block_free_scratch(struct sst_dsp *dsp);
376 struct sst_mem_block *sst_mem_block_register(struct sst_dsp *dsp, u32 offset,
379 void sst_mem_block_unregister_all(struct sst_dsp *dsp);
381 u32 sst_dsp_get_offset(struct sst_dsp *dsp, u32 offset,