Searched refs:stream_env (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c184 struct atomisp_stream_env *stream_env,
189 if (stream_env->pipes[pipe_id]) {
193 p_config = &stream_env->pipe_configs[pipe_id];
194 pe_config = &stream_env->pipe_extra_configs[pipe_id];
267 struct atomisp_stream_env *stream_env)
275 if (stream_env->pipes[j]) {
276 __dump_pipe_config(asd, stream_env, j);
282 s_config = &stream_env->stream_config;
386 struct atomisp_stream_env *stream_env)
391 if (!stream_env
183 __dump_pipe_config(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env, unsigned int pipe_id) argument
266 __dump_stream_config(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env) argument
385 __destroy_stream(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env) argument
440 __create_stream(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env) argument
491 __destroy_stream_pipes(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env) argument
544 __apply_additional_pipe_config( struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env, enum ia_css_pipe_id pipe_id) argument
644 __create_pipe(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env, enum ia_css_pipe_id pipe_id) argument
890 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; local
910 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; local
930 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; local
951 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; local
1645 struct atomisp_stream_env *stream_env = local
1704 struct atomisp_stream_env *stream_env = local
1717 struct atomisp_stream_env *stream_env = local
1739 struct atomisp_stream_env *stream_env; local
1788 struct atomisp_stream_env *stream_env; local
1893 struct atomisp_stream_env *stream_env = local
1926 struct atomisp_stream_env *stream_env = local
1979 struct atomisp_stream_env *stream_env = local
2107 struct atomisp_stream_env *stream_env = local
2204 struct atomisp_stream_env *stream_env = local
2434 struct atomisp_stream_env *stream_env = local
2457 struct atomisp_stream_env *stream_env = local
3164 struct atomisp_stream_env *stream_env; local
[all...]
H A Datomisp_cmd.c1621 asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream;
1627 pipe_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]
1746 struct atomisp_stream_env *stream_env = local
1747 &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL];
1765 stream_env->stream_config.input_config.effective_res.width;
1767 stream_env->stream_config.input_config.effective_res.height;
1809 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width;
1810 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height;
1817 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width;
1818 out_res.height = stream_env
[all...]
H A Datomisp_subdev.h251 struct atomisp_stream_env stream_env[ATOMISP_INPUT_STREAM_NUM]; member in struct:atomisp_sub_device
H A Datomisp_fops.c284 asd->stream_env[stream_id].pipes[css_pipe_id]);
328 if (asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream_info.

Completed in 203 milliseconds