Lines Matching refs:sst_module
26 struct sst_module;
156 struct sst_module *module; /* parent module we belong too */
192 struct sst_module { struct
237 struct sst_module *module; /* module that uses this block */ argument
331 struct sst_module *sst_module_new(struct sst_fw *sst_fw,
333 void sst_module_free(struct sst_module *module);
334 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
335 int sst_module_alloc_blocks(struct sst_module *module);
336 int sst_module_free_blocks(struct sst_module *module);
339 struct sst_module_runtime *sst_module_runtime_new(struct sst_module *module,
343 struct sst_module *module, u32 id);