Home
last modified time | relevance | path

Searched refs:last_pipe (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/patman/
H A Dcommand.py71 last_pipe = None
78 if last_pipe is not None:
79 kwargs['stdin'] = last_pipe.stdout
90 last_pipe = cros_subprocess.Popen(cmd, cwd=cwd, **kwargs)
100 last_pipe.CommunicateFilter(None))
103 result.return_code = last_pipe.wait()
105 result.return_code = os.waitpid(last_pipe.pid, 0)[1]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_stream.h33 struct ia_css_pipe *last_pipe; member
H A Dsh_css.c993 pipe = stream->last_pipe; in sh_css_config_input_network()
995 pipe = stream->last_pipe; in sh_css_config_input_network()
1001 pipe = stream->last_pipe; in sh_css_config_input_network()
1085 last_pipe = stream->last_pipe; in stream_get_last_pipe()
1087 return last_pipe; in stream_get_last_pipe()
1100 (last_pipe) && in stream_get_copy_pipe()
1102 pipe_id = last_pipe->mode; in stream_get_copy_pipe()
4258 pipe = stream->last_pipe; in sh_css_pipe_start()
8475 if ((stream->last_pipe) && in ia_css_stream_destroy()
8646 assert(stream->last_pipe); in ia_css_stream_stop()
[all …]