Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe_public.h48 IA_CSS_PIPE_MODE_COPY, /** Copy pipe, only used for embedded/image data copying */ enumerator
H A Dsh_css.c504 pipe->config.mode == IA_CSS_PIPE_MODE_COPY) { in sh_css_config_input_network()
1280 if (me->config.mode != IA_CSS_PIPE_MODE_COPY) { in start_pipe()
1832 if (!IS_ISP2401 || main_pipe->config.mode != IA_CSS_PIPE_MODE_COPY) { in create_host_pipeline()
1962 case IA_CSS_PIPE_MODE_COPY: in init_pipe_defaults()
2137 case IA_CSS_PIPE_MODE_COPY: in ia_css_pipe_destroy()
5837 (pipe->config.mode == IA_CSS_PIPE_MODE_COPY)); in copy_on_sp()
6569 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY) { in sh_css_pipe_unload_binaries()
6603 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY) in sh_css_pipe_load_binaries()
7333 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY) in create_host_capture_pipeline()
7365 (pipe->config.mode != IA_CSS_PIPE_MODE_COPY)) { in capture_start()
[all …]
H A Datomisp_compat_css20.c1902 return IA_CSS_PIPE_MODE_COPY; in __pipe_id_to_pipe_mode()