Lines Matching refs:sst_module
19 struct sst_module;
153 struct sst_module *module; /* parent module we belong too */
189 struct sst_module { struct
234 struct sst_module *module; /* module that uses this block */ argument
345 struct sst_module *sst_module_new(struct sst_fw *sst_fw,
347 void sst_module_free(struct sst_module *module);
348 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
349 int sst_module_alloc_blocks(struct sst_module *module);
350 int sst_module_free_blocks(struct sst_module *module);
353 struct sst_module_runtime *sst_module_runtime_new(struct sst_module *module,
357 struct sst_module *module, u32 id);