Searched refs:ppl_list (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/intel/avs/ |
| H A D | path.c | 46 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 D | path.h | 21 struct list_head ppl_list; member
|
| H A D | topology.h | 195 struct list_head ppl_list; member
|
| H A D | apl.c | 198 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_apl_lp_streaming()
|
| H A D | control.c | 32 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_get_volume_module()
|
| H A D | topology.c | 1449 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()
|