Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm_adsp.h46 struct list_head alg_regions; member
Dwm_adsp.c1350 list_add_tail(&alg_region->list, &dsp->alg_regions); in wm_adsp_create_region()
1710 &dsp->alg_regions, list) { in wm_adsp_load_coeff()
1779 INIT_LIST_HEAD(&dsp->alg_regions); in wm_adsp1_init()
1874 while (!list_empty(&dsp->alg_regions)) { in wm_adsp1_event()
1875 alg_region = list_first_entry(&dsp->alg_regions, in wm_adsp1_event()
2060 while (!list_empty(&dsp->alg_regions)) { in wm_adsp2_event()
2061 alg_region = list_first_entry(&dsp->alg_regions, in wm_adsp2_event()
2116 INIT_LIST_HEAD(&dsp->alg_regions); in wm_adsp2_init()