Searched refs:__get_frame_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat_css20.c | 2570 static int __get_frame_info(struct atomisp_sub_device *asd, in __get_frame_info() function 2796 return __get_frame_info(asd, stream_index, info, in atomisp_css_yuvpp_get_output_frame_info() 2805 return __get_frame_info(asd, stream_index, info, in atomisp_css_yuvpp_get_viewfinder_frame_info() 2919 return __get_frame_info(asd, ATOMISP_INPUT_STREAM_GENERAL, info, in atomisp_css_video_get_viewfinder_frame_info() 2934 return __get_frame_info(asd, ATOMISP_INPUT_STREAM_GENERAL, info, in atomisp_css_capture_get_viewfinder_frame_info() 2945 return __get_frame_info(asd, ATOMISP_INPUT_STREAM_GENERAL, info, in atomisp_css_capture_get_output_raw_frame_info() 2954 return __get_frame_info(asd, stream_index, info, in atomisp_css_copy_get_output_frame_info() 2973 return __get_frame_info(asd, ATOMISP_INPUT_STREAM_GENERAL, info, in atomisp_css_preview_get_output_frame_info() 2988 return __get_frame_info(asd, ATOMISP_INPUT_STREAM_GENERAL, info, in atomisp_css_capture_get_output_frame_info() 3007 return __get_frame_info(asd, ATOMISP_INPUT_STREAM_GENERAL, info, in atomisp_css_video_get_output_frame_info()
|