Lines Matching refs:list
159 struct list_head list; member
164 struct list_head *list) in wm_adsp_buf_alloc() argument
177 if (list) in wm_adsp_buf_alloc()
178 list_add_tail(&buf->list, list); in wm_adsp_buf_alloc()
183 static void wm_adsp_buf_free(struct list_head *list) in wm_adsp_buf_free() argument
185 while (!list_empty(list)) { in wm_adsp_buf_free()
186 struct wm_adsp_buf *buf = list_first_entry(list, in wm_adsp_buf_free()
188 list); in wm_adsp_buf_free()
189 list_del(&buf->list); in wm_adsp_buf_free()
610 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
618 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
651 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
659 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
667 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
733 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
741 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
761 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
769 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
777 list_add_tail(®ion->list, &dsp->alg_regions); in wm_adsp_setup_algs()
906 &dsp->alg_regions, list) { in wm_adsp_load_coeff()
1215 list); in wm_adsp2_event()
1216 list_del(&alg_region->list); in wm_adsp2_event()