Lines Matching refs:runtime
1157 struct sst_hsw_stream *stream, struct sst_module_runtime *runtime) in sst_hsw_stream_set_module_info() argument
1161 struct sst_module *module = runtime->module; in sst_hsw_stream_set_module_info()
1174 sst_dsp_get_offset(dsp, runtime->persistent_offset, SST_MEM_DRAM); in sst_hsw_stream_set_module_info()
1182 runtime->id); in sst_hsw_stream_set_module_info()
1462 struct sst_module_runtime *runtime; in sst_hsw_runtime_module_create() local
1472 runtime = sst_module_runtime_new(module, mod_id, NULL); in sst_hsw_runtime_module_create()
1473 if (runtime == NULL) { in sst_hsw_runtime_module_create()
1479 err = sst_module_runtime_alloc_blocks(runtime, offset); in sst_hsw_runtime_module_create()
1483 sst_module_runtime_free(runtime); in sst_hsw_runtime_module_create()
1487 dev_dbg(dsp->dev, "runtime id %d created for module %d\n", runtime->id, in sst_hsw_runtime_module_create()
1489 return runtime; in sst_hsw_runtime_module_create()
1492 void sst_hsw_runtime_module_free(struct sst_module_runtime *runtime) in sst_hsw_runtime_module_free() argument
1494 sst_module_runtime_free_blocks(runtime); in sst_hsw_runtime_module_free()
1495 sst_module_runtime_free(runtime); in sst_hsw_runtime_module_free()
1901 struct sst_module_runtime *runtime; in sst_hsw_module_enable() local
1921 runtime = sst_module_runtime_get_from_id(module, module_id); in sst_hsw_module_enable()
1922 if (runtime == NULL) { in sst_hsw_module_enable()
1938 runtime->persistent_offset, SST_MEM_DRAM); in sst_hsw_module_enable()