Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe_public.h49 IA_CSS_PIPE_MODE_COPY, /** Copy pipe, only used for embedded/image data copying */ enumerator
H A Dsh_css.c561 pipe->config.mode == IA_CSS_PIPE_MODE_COPY) in sh_css_config_input_network()
1472 if (me->config.mode != IA_CSS_PIPE_MODE_COPY) { in start_pipe()
2077 (main_pipe->config.mode != IA_CSS_PIPE_MODE_COPY)) in create_host_pipeline()
2235 case IA_CSS_PIPE_MODE_COPY: in init_pipe_defaults()
2445 case IA_CSS_PIPE_MODE_COPY: in ia_css_pipe_destroy()
6619 (pipe->config.mode == IA_CSS_PIPE_MODE_COPY)); in copy_on_sp()
7348 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY) in sh_css_pipe_unload_binaries()
7383 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY) in sh_css_pipe_load_binaries()
8121 if (pipe->config.mode == IA_CSS_PIPE_MODE_COPY)
8153 (pipe->config.mode != IA_CSS_PIPE_MODE_COPY)) {
[all …]
H A Datomisp_compat_css20.c2240 return IA_CSS_PIPE_MODE_COPY; in __pipe_id_to_pipe_mode()