Lines Matching refs:list
82 list_add(&sst_fw->list, &dsp->fw_list); in sst_fw_new()
120 list_for_each_entry_safe(module, tmp, &dsp->module_list, list) { in sst_fw_unload()
123 list_del(&module->list); in sst_fw_unload()
138 list_del(&sst_fw->list); in sst_fw_free()
153 list_for_each_entry_safe(sst_fw, t, &dsp->fw_list, list) { in sst_fw_free_all()
155 list_del(&sst_fw->list); in sst_fw_free_all()
185 list_add(&sst_module->list, &dsp->module_list); in sst_module_new()
198 list_del(&sst_module->list); in sst_module_free()
210 list_for_each_entry(block, &dsp->free_block_list, list) { in find_block()
232 list_move_tail(&block->list, &tmp); in block_alloc_contiguous()
237 list_for_each_entry(block, &tmp, list) in block_alloc_contiguous()
256 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc()
269 list_move(&block->list, &dsp->used_block_list); in block_alloc()
276 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc()
317 list_move(&block->list, &dsp->free_block_list); in block_module_remove()
391 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in block_alloc_fixed()
399 list_move(&block->list, &dsp->used_block_list); in block_alloc_fixed()
491 list_add(&block->list, &dsp->free_block_list); in sst_mem_block_register()
506 list_for_each_entry_safe(block, tmp, &dsp->used_block_list, list) { in sst_mem_block_unregister_all()
507 list_del(&block->list); in sst_mem_block_unregister_all()
512 list_for_each_entry_safe(block, tmp, &dsp->free_block_list, list) { in sst_mem_block_unregister_all()
513 list_del(&block->list); in sst_mem_block_unregister_all()
536 list_for_each_entry(sst_module, &dsp->module_list, list) { in sst_mem_block_alloc_scratch()
553 struct sst_mem_block, list); in sst_mem_block_alloc_scratch()
556 struct sst_mem_block, list); in sst_mem_block_alloc_scratch()
568 list_for_each_entry(sst_module, &dsp->module_list, list) in sst_mem_block_alloc_scratch()
604 list_for_each_entry(module, &dsp->module_list, list) { in sst_module_get_from_id()