Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.h74 struct list_head alg_regions; member
Dwm_adsp.c1921 list_for_each_entry(alg_region, &dsp->alg_regions, list) { in wm_adsp_find_alg_region()
1943 list_add_tail(&alg_region->list, &dsp->alg_regions); in wm_adsp_create_region()
1955 while (!list_empty(&dsp->alg_regions)) { in wm_adsp_free_alg_regions()
1956 alg_region = list_first_entry(&dsp->alg_regions, in wm_adsp_free_alg_regions()
2427 INIT_LIST_HEAD(&dsp->alg_regions); in wm_adsp1_init()
2939 INIT_LIST_HEAD(&dsp->alg_regions); in wm_adsp2_init()