Lines Matching refs:list
136 list_move(&block->list, &dsp->free_block_list); in block_list_remove()
380 list_add(&sst_fw->list, &dsp->fw_list); in sst_fw_new()
425 list_for_each_entry_safe(module, mtmp, &dsp->module_list, list) { in sst_fw_unload()
429 list_for_each_entry_safe(runtime, rtmp, &module->runtime_list, list) { in sst_fw_unload()
432 list_del(&runtime->list); in sst_fw_unload()
438 list_del(&module->list); in sst_fw_unload()
456 list_del(&sst_fw->list); in sst_fw_free()
472 list_for_each_entry_safe(sst_fw, t, &dsp->fw_list, list) { in sst_fw_free_all()
474 list_del(&sst_fw->list); in sst_fw_free_all()
506 list_add(&sst_module->list, &dsp->module_list); in sst_module_new()
519 list_del(&sst_module->list); in sst_module_free()
542 list_add(&runtime->list, &module->runtime_list); in sst_module_runtime_new()
554 list_del(&runtime->list); in sst_module_runtime_free()
566 list_for_each_entry(block, &dsp->free_block_list, list) { in find_block()
594 list_move_tail(&block->list, &tmp); in block_alloc_contiguous()
601 list_for_each_entry(block, &tmp, list) { in block_alloc_contiguous()
627 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc()
639 list_move(&block->list, &dsp->used_block_list); in block_alloc()
646 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc()
747 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc_fixed()
758 list_move(&block->list, &dsp->used_block_list); in block_alloc_fixed()
769 list_move(&block->list, &dsp->used_block_list); in block_alloc_fixed()
1041 list_add(&block->list, &dsp->free_block_list); in sst_mem_block_register()
1056 list_for_each_entry_safe(block, tmp, &dsp->used_block_list, list) { in sst_mem_block_unregister_all()
1057 list_del(&block->list); in sst_mem_block_unregister_all()
1062 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in sst_mem_block_unregister_all()
1063 list_del(&block->list); in sst_mem_block_unregister_all()
1082 list_for_each_entry(module, &dsp->module_list, list) { in sst_block_alloc_scratch()
1158 list_for_each_entry(module, &dsp->module_list, list) { in sst_module_get_from_id()
1178 list_for_each_entry(runtime, &module->runtime_list, list) { in sst_module_runtime_get_from_id()