Searched refs:scratch_block_list (Results 1 – 2 of 2) sorted by relevance
440 block_list_remove(dsp, &dsp->scratch_block_list); in sst_fw_unload()1109 ret = block_alloc_fixed(dsp, &ba, &dsp->scratch_block_list); in sst_block_alloc_scratch()1116 ret = block_alloc(dsp, &ba, &dsp->scratch_block_list); in sst_block_alloc_scratch()1124 ret = block_list_prepare(dsp, &dsp->scratch_block_list); in sst_block_alloc_scratch()1142 block_list_remove(dsp, &dsp->scratch_block_list); in sst_block_free_scratch()1229 INIT_LIST_HEAD(&sst->scratch_block_list); in sst_dsp_new()
293 struct list_head scratch_block_list; member