Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dia_css_stream.h33 struct ia_css_pipe *last_pipe; member
Dsh_css.c503 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network()
1015 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) in sh_css_config_input_network()
1016 pipe = stream->last_pipe; in sh_css_config_input_network()
1017 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP) in sh_css_config_input_network()
1018 pipe = stream->last_pipe; in sh_css_config_input_network()
1019 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW) in sh_css_config_input_network()
1020 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe; in sh_css_config_input_network()
1021 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO) in sh_css_config_input_network()
1022 pipe = stream->last_pipe->pipe_settings.video.copy_pipe; in sh_css_config_input_network()
1024 pipe = stream->last_pipe; in sh_css_config_input_network()
[all …]