Lines Matching refs:ppl_list
45 list_for_each_entry(ppl, &path->ppl_list, node) in avs_path_find_pipeline()
787 INIT_LIST_HEAD(&path->ppl_list); in avs_path_init()
791 list_for_each_entry(tppl, &template->ppl_list, node) { in avs_path_init()
798 list_add_tail(&ppl->node, &path->ppl_list); in avs_path_init()
814 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_arm()
841 list_for_each_entry_safe(ppl, save, &path->ppl_list, node) in avs_path_free_unlocked()
945 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_bind()
978 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_unbind()
1010 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_reset()
1033 list_for_each_entry_reverse(ppl, &path->ppl_list, node) { in avs_path_pause()
1056 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_run()