Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/intel/avs/
H A Dpath.c46 list_for_each_entry(ppl, &path->ppl_list, node) in avs_path_find_pipeline()
1007 INIT_LIST_HEAD(&path->ppl_list); in avs_path_init()
1011 list_for_each_entry(tppl, &template->ppl_list, node) { in avs_path_init()
1018 list_add_tail(&ppl->node, &path->ppl_list); in avs_path_init()
1034 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_arm()
1061 list_for_each_entry_safe(ppl, save, &path->ppl_list, node) in avs_path_free_unlocked()
1165 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_bind()
1198 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_unbind()
1230 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_reset()
1253 list_for_each_entry_reverse(ppl, &path->ppl_list, node) { in avs_path_pause()
[all …]
H A Dpath.h18 struct list_head ppl_list; member
H A Dtopology.h180 struct list_head ppl_list; member
H A Dapl.c197 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_apl_lp_streaming()
H A Dcontrol.c33 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_get_volume_module()
H A Dtopology.c1405 INIT_LIST_HEAD(&path->ppl_list); in avs_tplg_path_create()
1440 list_add_tail(&pipeline->node, &path->ppl_list); in avs_tplg_path_create()