Lines Matching refs:ppl_list
44 list_for_each_entry(ppl, &path->ppl_list, node) in avs_path_find_pipeline()
725 INIT_LIST_HEAD(&path->ppl_list); in avs_path_init()
729 list_for_each_entry(tppl, &template->ppl_list, node) { in avs_path_init()
736 list_add_tail(&ppl->node, &path->ppl_list); in avs_path_init()
752 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_arm()
779 list_for_each_entry_safe(ppl, save, &path->ppl_list, node) in avs_path_free_unlocked()
883 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_bind()
916 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_unbind()
948 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_reset()
971 list_for_each_entry_reverse(ppl, &path->ppl_list, node) { in avs_path_pause()
994 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_run()