Lines Matching refs:inf

282 				struct rkmodule_vc_fmt_info *inf)  in __techpoint_get_vc_fmt_inf()  argument
302 inf->width[ch] = 1920; in __techpoint_get_vc_fmt_inf()
303 inf->height[ch] = 1080; in __techpoint_get_vc_fmt_inf()
304 inf->fps[ch] = 30; in __techpoint_get_vc_fmt_inf()
307 inf->width[ch] = 1920; in __techpoint_get_vc_fmt_inf()
308 inf->height[ch] = 1080; in __techpoint_get_vc_fmt_inf()
309 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf()
312 inf->width[ch] = 1280; in __techpoint_get_vc_fmt_inf()
313 inf->height[ch] = 720; in __techpoint_get_vc_fmt_inf()
314 inf->fps[ch] = 30; in __techpoint_get_vc_fmt_inf()
317 inf->width[ch] = 1280; in __techpoint_get_vc_fmt_inf()
318 inf->height[ch] = 720; in __techpoint_get_vc_fmt_inf()
319 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf()
322 inf->width[ch] = 720; in __techpoint_get_vc_fmt_inf()
323 inf->height[ch] = 560; in __techpoint_get_vc_fmt_inf()
324 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf()
328 inf->width[ch] = 1920; in __techpoint_get_vc_fmt_inf()
329 inf->height[ch] = 1080; in __techpoint_get_vc_fmt_inf()
330 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf()
332 inf->width[ch] = 1280; in __techpoint_get_vc_fmt_inf()
333 inf->height[ch] = 720; in __techpoint_get_vc_fmt_inf()
334 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf()
344 struct rkmodule_vc_fmt_info *inf) in techpoint_get_vc_fmt_inf() argument
360 __techpoint_get_vc_fmt_inf(techpoint, inf); in techpoint_get_vc_fmt_inf()
364 struct rkmodule_vc_hotplug_info *inf) in techpoint_get_vc_hotplug_inf() argument
369 memset(inf, 0, sizeof(*inf)); in techpoint_get_vc_hotplug_inf()
381 inf->detect_status |= detect_status << ch; in techpoint_get_vc_hotplug_inf()