Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm_adsp.c1182 struct wm_adsp_alg_region *alg_region; in wm_adsp_load_coeff() local
1291 list_for_each_entry(alg_region, in wm_adsp_load_coeff()
1293 if (le32_to_cpu(blk->id) == alg_region->alg && in wm_adsp_load_coeff()
1294 type == alg_region->type) { in wm_adsp_load_coeff()
1295 reg = alg_region->base; in wm_adsp_load_coeff()
1372 struct wm_adsp_alg_region *alg_region; in wm_adsp1_event() local
1452 alg_region = list_first_entry(&dsp->alg_regions, in wm_adsp1_event()
1455 list_del(&alg_region->list); in wm_adsp1_event()
1456 kfree(alg_region); in wm_adsp1_event()
1625 struct wm_adsp_alg_region *alg_region; in wm_adsp2_event() local
[all …]