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;
401 struct atomisp_stream_env *stream_env)
406 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
400 __destroy_stream(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env) argument
455 __create_stream(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env) argument
506 __destroy_stream_pipes(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env) argument
559 __apply_additional_pipe_config( struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env, enum ia_css_pipe_id pipe_id) argument
659 __create_pipe(struct atomisp_sub_device *asd, struct atomisp_stream_env *stream_env, enum ia_css_pipe_id pipe_id) argument
905 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; local
925 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; local
945 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; local
966 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; local
1660 struct atomisp_stream_env *stream_env = local
1733 struct atomisp_stream_env *stream_env = local
1746 struct atomisp_stream_env *stream_env = local
1768 struct atomisp_stream_env *stream_env; local
1817 struct atomisp_stream_env *stream_env; local
1922 struct atomisp_stream_env *stream_env = local
1955 struct atomisp_stream_env *stream_env = local
2008 struct atomisp_stream_env *stream_env = local
2136 struct atomisp_stream_env *stream_env = local
2233 struct atomisp_stream_env *stream_env = local
2463 struct atomisp_stream_env *stream_env = local
2486 struct atomisp_stream_env *stream_env = local
3193 struct atomisp_stream_env *stream_env; local
[all...]
H A Datomisp_cmd.c1035 ia_css_stream_request_flash(asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream);
1715 asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream;
1721 pipe_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]
1840 struct atomisp_stream_env *stream_env = local
1841 &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL];
1859 stream_env->stream_config.input_config.effective_res.width;
1861 stream_env->stream_config.input_config.effective_res.height;
1903 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width;
1904 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height;
1911 out_res.width = stream_env
[all...]
H A Datomisp_subdev.h263 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 219 milliseconds