Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dia_css_stream.h33 struct ia_css_pipe *last_pipe; member
Dsh_css.c469 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network_2400()
914 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) in sh_css_config_input_network_2401()
915 pipe = stream->last_pipe; in sh_css_config_input_network_2401()
916 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP) in sh_css_config_input_network_2401()
917 pipe = stream->last_pipe; in sh_css_config_input_network_2401()
918 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW) in sh_css_config_input_network_2401()
919 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe; in sh_css_config_input_network_2401()
920 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO) in sh_css_config_input_network_2401()
921 pipe = stream->last_pipe->pipe_settings.video.copy_pipe; in sh_css_config_input_network_2401()
923 pipe = stream->last_pipe; in sh_css_config_input_network_2401()
[all …]