Searched refs:scratch_block_list (Results 1 – 2 of 2) sorted by relevance
449 block_list_remove(dsp, &dsp->scratch_block_list); in sst_fw_unload()1118 ret = block_alloc_fixed(dsp, &ba, &dsp->scratch_block_list); in sst_block_alloc_scratch()1125 ret = block_alloc(dsp, &ba, &dsp->scratch_block_list); in sst_block_alloc_scratch()1133 ret = block_list_prepare(dsp, &dsp->scratch_block_list); in sst_block_alloc_scratch()1151 block_list_remove(dsp, &dsp->scratch_block_list); in sst_block_free_scratch()1238 INIT_LIST_HEAD(&sst->scratch_block_list); in sst_dsp_new()
302 struct list_head scratch_block_list; member