Lines Matching refs:sst_module
28 struct sst_module;
158 struct sst_module *module; /* parent module we belong too */
194 struct sst_module { struct
239 struct sst_module *module; /* module that uses this block */ argument
347 struct sst_module *sst_module_new(struct sst_fw *sst_fw,
349 void sst_module_free(struct sst_module *module);
350 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
351 int sst_module_alloc_blocks(struct sst_module *module);
352 int sst_module_free_blocks(struct sst_module *module);
355 struct sst_module_runtime *sst_module_runtime_new(struct sst_module *module,
359 struct sst_module *module, u32 id);