Lines Matching refs:sst_module
28 struct sst_module;
162 struct sst_module *module; /* parent module we belong too */
198 struct sst_module { struct
243 struct sst_module *module; /* module that uses this block */ argument
354 struct sst_module *sst_module_new(struct sst_fw *sst_fw,
356 void sst_module_free(struct sst_module *module);
357 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
358 int sst_module_alloc_blocks(struct sst_module *module);
359 int sst_module_free_blocks(struct sst_module *module);
362 struct sst_module_runtime *sst_module_runtime_new(struct sst_module *module,
366 struct sst_module *module, u32 id);