Lines Matching refs:list
135 list_move(&block->list, &dsp->free_block_list); in block_list_remove()
374 list_add(&sst_fw->list, &dsp->fw_list); in sst_fw_new()
419 list_for_each_entry_safe(module, mtmp, &dsp->module_list, list) { in sst_fw_unload()
423 list_for_each_entry_safe(runtime, rtmp, &module->runtime_list, list) { in sst_fw_unload()
426 list_del(&runtime->list); in sst_fw_unload()
432 list_del(&module->list); in sst_fw_unload()
450 list_del(&sst_fw->list); in sst_fw_free()
466 list_for_each_entry_safe(sst_fw, t, &dsp->fw_list, list) { in sst_fw_free_all()
468 list_del(&sst_fw->list); in sst_fw_free_all()
500 list_add(&sst_module->list, &dsp->module_list); in sst_module_new()
513 list_del(&sst_module->list); in sst_module_free()
536 list_add(&runtime->list, &module->runtime_list); in sst_module_runtime_new()
548 list_del(&runtime->list); in sst_module_runtime_free()
560 list_for_each_entry(block, &dsp->free_block_list, list) { in find_block()
588 list_move_tail(&block->list, &tmp); in block_alloc_contiguous()
595 list_for_each_entry(block, &tmp, list) { in block_alloc_contiguous()
621 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc()
633 list_move(&block->list, &dsp->used_block_list); in block_alloc()
640 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc()
741 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc_fixed()
752 list_move(&block->list, &dsp->used_block_list); in block_alloc_fixed()
763 list_move(&block->list, &dsp->used_block_list); in block_alloc_fixed()
1035 list_add(&block->list, &dsp->free_block_list); in sst_mem_block_register()
1050 list_for_each_entry_safe(block, tmp, &dsp->used_block_list, list) { in sst_mem_block_unregister_all()
1051 list_del(&block->list); in sst_mem_block_unregister_all()
1056 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in sst_mem_block_unregister_all()
1057 list_del(&block->list); in sst_mem_block_unregister_all()
1076 list_for_each_entry(module, &dsp->module_list, list) { in sst_block_alloc_scratch()
1152 list_for_each_entry(module, &dsp->module_list, list) { in sst_module_get_from_id()
1172 list_for_each_entry(runtime, &module->runtime_list, list) { in sst_module_runtime_get_from_id()