Searched refs:runtime_list (Results 1 – 2 of 2) sorted by relevance
423 list_for_each_entry_safe(runtime, rtmp, &module->runtime_list, list) { in sst_fw_unload()497 INIT_LIST_HEAD(&sst_module->runtime_list); in sst_module_new()536 list_add(&runtime->list, &module->runtime_list); in sst_module_runtime_new()1172 list_for_each_entry(runtime, &module->runtime_list, list) { in sst_module_runtime_get_from_id()
217 struct list_head runtime_list; /* list of runtime module objects*/ member