• Home
  • Raw
  • Download

Lines Matching refs:list

160 	struct list_head list;  member
165 struct list_head *list) in wm_adsp_buf_alloc() argument
178 if (list) in wm_adsp_buf_alloc()
179 list_add_tail(&buf->list, list); in wm_adsp_buf_alloc()
184 static void wm_adsp_buf_free(struct list_head *list) in wm_adsp_buf_free() argument
186 while (!list_empty(list)) { in wm_adsp_buf_free()
187 struct wm_adsp_buf *buf = list_first_entry(list, in wm_adsp_buf_free()
189 list); in wm_adsp_buf_free()
190 list_del(&buf->list); in wm_adsp_buf_free()
235 struct list_head list; member
514 list_add(&ctl->list, &adsp->ctl_list); in wmfw_add_ctl()
763 list_for_each_entry(ctl, &adsp->ctl_list, list) { in wm_coeff_init_control_caches()
781 list_for_each_entry(ctl, &adsp->ctl_list, list) { in wm_coeff_sync_controls()
845 list) { in wm_adsp_create_control()
962 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
970 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1003 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1011 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1019 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1086 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1104 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1134 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1152 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1170 list_add_tail(&region->list, &dsp->alg_regions); in wm_adsp_setup_algs()
1308 &dsp->alg_regions, list) { in wm_adsp_load_coeff()
1480 list_for_each_entry(ctl, &dsp->ctl_list, list) in wm_adsp1_event()
1486 list); in wm_adsp1_event()
1487 list_del(&alg_region->list); in wm_adsp1_event()
1710 list_for_each_entry(ctl, &dsp->ctl_list, list) in wm_adsp2_event()
1716 list); in wm_adsp2_event()
1717 list_del(&alg_region->list); in wm_adsp2_event()