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