Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dia_css_pipe_public.h49 IA_CSS_PIPE_MODE_COPY, /** Copy pipe, only used for embedded/image data copying */ enumerator
Dsh_css.c560 pipe->config.mode == IA_CSS_PIPE_MODE_COPY) in sh_css_config_input_network()
1477 if (me->config.mode != IA_CSS_PIPE_MODE_COPY) { in start_pipe()
2082 (main_pipe->config.mode != IA_CSS_PIPE_MODE_COPY)) in create_host_pipeline()
2240 case IA_CSS_PIPE_MODE_COPY: in init_pipe_defaults()
2450 case IA_CSS_PIPE_MODE_COPY: in ia_css_pipe_destroy()
6624 (pipe->config.mode == IA_CSS_PIPE_MODE_COPY)); in copy_on_sp()
7353 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY) in sh_css_pipe_unload_binaries()
7388 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY) in sh_css_pipe_load_binaries()
8126 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY)
8158 (pipe->config.mode != IA_CSS_PIPE_MODE_COPY)) {
[all …]
Datomisp_compat_css20.c2240 return IA_CSS_PIPE_MODE_COPY; in __pipe_id_to_pipe_mode()