Home
last modified time | relevance | path

Searched refs:alg_regions (Results 1 – 2 of 2) sorted by relevance

/sound/soc/codecs/
Dwm_adsp.h46 struct list_head alg_regions; member
Dwm_adsp.c1363 list_add_tail(&alg_region->list, &dsp->alg_regions); in wm_adsp_create_region()
1723 &dsp->alg_regions, list) { in wm_adsp_load_coeff()
1803 INIT_LIST_HEAD(&dsp->alg_regions); in wm_adsp1_init()
1898 while (!list_empty(&dsp->alg_regions)) { in wm_adsp1_event()
1899 alg_region = list_first_entry(&dsp->alg_regions, in wm_adsp1_event()
2084 while (!list_empty(&dsp->alg_regions)) { in wm_adsp2_event()
2085 alg_region = list_first_entry(&dsp->alg_regions, in wm_adsp2_event()
2140 INIT_LIST_HEAD(&dsp->alg_regions); in wm_adsp2_init()