Lines Matching refs:ppl_list
46 list_for_each_entry(ppl, &path->ppl_list, node) in avs_path_find_pipeline()
816 INIT_LIST_HEAD(&path->ppl_list); in avs_path_init()
820 list_for_each_entry(tppl, &template->ppl_list, node) { in avs_path_init()
827 list_add_tail(&ppl->node, &path->ppl_list); in avs_path_init()
843 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_arm()
870 list_for_each_entry_safe(ppl, save, &path->ppl_list, node) in avs_path_free_unlocked()
974 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_bind()
1007 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_unbind()
1039 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_reset()
1062 list_for_each_entry_reverse(ppl, &path->ppl_list, node) { in avs_path_pause()
1085 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_run()