Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dpath.c47 list_for_each_entry(ppl, &path->ppl_list, node) in avs_path_find_pipeline()
191 list_for_each_entry(pipeline_template, &path_template->ppl_list, node) { in avs_path_set_constraint()
1099 INIT_LIST_HEAD(&path->ppl_list); in avs_path_init()
1107 list_for_each_entry(tppl, &template->ppl_list, node) { in avs_path_init()
1114 list_add_tail(&ppl->node, &path->ppl_list); in avs_path_init()
1130 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_arm()
1157 list_for_each_entry_safe(ppl, save, &path->ppl_list, node) in avs_path_free_unlocked()
1382 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_bind()
1415 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_unbind()
1447 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_reset()
[all …]
H A Dtopology.h195 struct list_head ppl_list; member
H A Dtopology.c1456 INIT_LIST_HEAD(&path->ppl_list); in avs_tplg_path_create()
1491 list_add_tail(&pipeline->node, &path->ppl_list); in avs_tplg_path_create()