Lines Matching refs:from
183 plugin = flow->from; in find_origin_port()
299 if (!flow->from) { in topological_sort()
304 if (topological_sort(pipeline, env, flow->from, visited) < 0) in topological_sort()
338 struct audio_port *from; in topological_sort() local
339 from = find_output_audio_port( in topological_sort()
342 if (!from) in topological_sort()
344 from->peer = audio_port; in topological_sort()
345 audio_port->peer = from; in topological_sort()
358 struct control_port *from; in topological_sort() local
359 from = find_output_control_port( in topological_sort()
362 if (!from) in topological_sort()
364 from->peer = control_port; in topological_sort()
365 control_port->peer = from; in topological_sort()