Searched refs:scratch_block_list (Results 1 – 3 of 3) sorted by relevance
444 block_list_remove(dsp, &dsp->scratch_block_list); in sst_fw_unload()1113 ret = block_alloc_fixed(dsp, &ba, &dsp->scratch_block_list); in sst_block_alloc_scratch()1120 ret = block_alloc(dsp, &ba, &dsp->scratch_block_list); in sst_block_alloc_scratch()1128 ret = block_list_prepare(dsp, &dsp->scratch_block_list); in sst_block_alloc_scratch()1146 block_list_remove(dsp, &dsp->scratch_block_list); in sst_block_free_scratch()
292 struct list_head scratch_block_list; member
378 INIT_LIST_HEAD(&sst->scratch_block_list); in sst_dsp_new()