Home
last modified time | relevance | path

Searched refs:capture_pipe (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe.h39 struct ia_css_pipe *capture_pipe; member
86 struct ia_css_pipe *capture_pipe; member
H A Dsh_css.c1637 struct ia_css_pipe *capture_pipe = NULL; in map_sp_threads() local
1657 capture_pipe = main_pipe->pipe_settings.preview.capture_pipe; in map_sp_threads()
1662 capture_pipe = main_pipe->pipe_settings.video.capture_pipe; in map_sp_threads()
1670 if (capture_pipe) in map_sp_threads()
1671 ia_css_pipeline_map(capture_pipe->pipe_num, map); in map_sp_threads()
1696 struct ia_css_pipe *copy_pipe = NULL, *capture_pipe = NULL; in create_host_pipeline_structure() local
1722 capture_pipe = main_pipe->pipe_settings.preview.capture_pipe; in create_host_pipeline_structure()
1731 capture_pipe = main_pipe->pipe_settings.video.capture_pipe; in create_host_pipeline_structure()
1738 capture_pipe = main_pipe; in create_host_pipeline_structure()
1757 if (!(err) && capture_pipe) in create_host_pipeline_structure()
[all …]
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c247 pipe = &chip->capture_pipe[j]; in pcxhr_config_pipes()
270 capture_mask |= 1 << chip->capture_pipe[j].first_audio; in pcxhr_start_pipes()
H A Dpcxhr.h161 struct pcxhr_pipe capture_pipe[2]; /* 1 stereo or 2 mono pipes */ member
H A Dpcxhr_mixer.c297 pipe = &chip->capture_pipe[0]; in pcxhr_update_audio_pipe_level()