Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe_public.h47 IA_CSS_PIPE_MODE_CAPTURE, /** Still capture pipe */ enumerator
H A Dsh_css.c1063 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) { in sh_css_config_input_network()
1075 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) { in sh_css_config_input_network()
2220 case IA_CSS_PIPE_MODE_CAPTURE: in init_pipe_defaults()
2438 case IA_CSS_PIPE_MODE_CAPTURE: in ia_css_pipe_destroy()
4681 if (p->config.mode == IA_CSS_PIPE_MODE_CAPTURE) { in ia_css_dequeue_psys_event()
9507 IA_CSS_PIPE_MODE_CAPTURE, false);
9520 err = create_pipe(IA_CSS_PIPE_MODE_CAPTURE, &copy_pipe, true);
9531 err = create_pipe(IA_CSS_PIPE_MODE_CAPTURE, &copy_pipe, true);
10111 case IA_CSS_PIPE_MODE_CAPTURE:
10156 case IA_CSS_PIPE_MODE_CAPTURE:
[all …]
H A Datomisp_compat_css20.c2244 return IA_CSS_PIPE_MODE_CAPTURE; in __pipe_id_to_pipe_mode()