Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dpath.c46 list_for_each_entry(ppl, &path->ppl_list, node) in avs_path_find_pipeline()
193 list_for_each_entry(pipeline_template, &path_template->ppl_list, node) { in avs_path_set_constraint()
1106 INIT_LIST_HEAD(&path->ppl_list); in avs_path_init()
1114 list_for_each_entry(tppl, &template->ppl_list, node) { in avs_path_init()
1121 list_add_tail(&ppl->node, &path->ppl_list); in avs_path_init()
1137 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_arm()
1164 list_for_each_entry_safe(ppl, save, &path->ppl_list, node) in avs_path_free_unlocked()
1395 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_bind()
1428 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_unbind()
1460 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_reset()
[all …]
H A Dpath.h21 struct list_head ppl_list; member
H A Dtopology.h195 struct list_head ppl_list; member
H A Dapl.c198 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_apl_lp_streaming()
H A Dcontrol.c32 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_get_volume_module()
H A Dtopology.c1449 INIT_LIST_HEAD(&path->ppl_list); in avs_tplg_path_create()
1484 list_add_tail(&pipeline->node, &path->ppl_list); in avs_tplg_path_create()