Lines Matching refs:dsp
114 struct sst_dsp *dsp; member
156 struct sst_dsp *dsp; member
195 struct sst_dsp *dsp; member
238 struct sst_dsp *dsp; member
339 struct sst_fw *sst_fw_new(struct sst_dsp *dsp,
342 void sst_fw_free_all(struct sst_dsp *dsp);
350 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
369 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba,
371 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list);
374 int sst_block_alloc_scratch(struct sst_dsp *dsp);
375 void sst_block_free_scratch(struct sst_dsp *dsp);
378 struct sst_mem_block *sst_mem_block_register(struct sst_dsp *dsp, u32 offset,
381 void sst_mem_block_unregister_all(struct sst_dsp *dsp);
387 u32 sst_dsp_get_offset(struct sst_dsp *dsp, u32 offset,