Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/atomisp/pci/
Dia_css_stream.h33 struct ia_css_pipe *last_pipe; member
Dsh_css.c480 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network()
992 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) in sh_css_config_input_network()
993 pipe = stream->last_pipe; in sh_css_config_input_network()
994 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP) in sh_css_config_input_network()
995 pipe = stream->last_pipe; in sh_css_config_input_network()
996 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW) in sh_css_config_input_network()
997 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe; in sh_css_config_input_network()
998 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO) in sh_css_config_input_network()
999 pipe = stream->last_pipe->pipe_settings.video.copy_pipe; in sh_css_config_input_network()
1001 pipe = stream->last_pipe; in sh_css_config_input_network()
[all …]