Lines Matching refs:ovid

202 	struct omapvideo_info *ovid;  in omap_vout_calculate_offset()  local
208 ovid = &vout->vid_info; in omap_vout_calculate_offset()
210 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_calculate_offset()
241 struct omapvideo_info *ovid; in video_mode_to_dss_mode() local
245 ovid = &vout->vid_info; in video_mode_to_dss_mode()
246 ovl = ovid->overlays[0]; in video_mode_to_dss_mode()
362 struct omapvideo_info *ovid = &vout->vid_info; in omapvid_init() local
365 for (i = 0; i < ovid->num_overlays; i++) { in omapvid_init()
368 ovl = ovid->overlays[i]; in omapvid_init()
424 struct omapvideo_info *ovid = &vout->vid_info; in omapvid_apply_changes() local
426 for (i = 0; i < ovid->num_overlays; i++) { in omapvid_apply_changes()
429 ovl = ovid->overlays[i]; in omapvid_apply_changes()
486 struct omapvideo_info *ovid; in omap_vout_isr() local
490 ovid = &vout->vid_info; in omap_vout_isr()
491 ovl = ovid->overlays[0]; in omap_vout_isr()
611 struct omapvideo_info *ovid; in vidioc_try_fmt_vid_out() local
616 ovid = &vout->vid_info; in vidioc_try_fmt_vid_out()
617 ovl = ovid->overlays[0]; in vidioc_try_fmt_vid_out()
638 struct omapvideo_info *ovid; in vidioc_s_fmt_vid_out() local
646 ovid = &vout->vid_info; in vidioc_s_fmt_vid_out()
647 ovl = ovid->overlays[0]; in vidioc_s_fmt_vid_out()
705 struct omapvideo_info *ovid; in vidioc_try_fmt_vid_overlay() local
708 ovid = &vout->vid_info; in vidioc_try_fmt_vid_overlay()
709 ovl = ovid->overlays[0]; in vidioc_try_fmt_vid_overlay()
724 struct omapvideo_info *ovid; in vidioc_s_fmt_vid_overlay() local
728 ovid = &vout->vid_info; in vidioc_s_fmt_vid_overlay()
729 ovl = ovid->overlays[0]; in vidioc_s_fmt_vid_overlay()
770 struct omapvideo_info *ovid; in vidioc_g_fmt_vid_overlay() local
774 ovid = &vout->vid_info; in vidioc_g_fmt_vid_overlay()
775 ovl = ovid->overlays[0]; in vidioc_g_fmt_vid_overlay()
820 struct omapvideo_info *ovid; in vidioc_s_selection() local
834 ovid = &vout->vid_info; in vidioc_s_selection()
835 ovl = ovid->overlays[0]; in vidioc_s_selection()
869 struct omapvideo_info *ovid; in omap_vout_s_ctrl() local
872 ovid = &vout->vid_info; in omap_vout_s_ctrl()
874 if (rotation && ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_s_ctrl()
914 struct omapvideo_info *ovid; in omap_vout_s_ctrl() local
917 ovid = &vout->vid_info; in omap_vout_s_ctrl()
919 if (mirror && ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_s_ctrl()
966 struct omapvideo_info *ovid = &vout->vid_info; in omap_vout_vb2_prepare() local
981 if (ovid->rotation_type == VOUT_ROT_VRFB) in omap_vout_vb2_prepare()
997 struct omapvideo_info *ovid = &vout->vid_info; in omap_vout_vb2_start_streaming() local
1017 if (ovid->rotation_type == VOUT_ROT_VRFB) in omap_vout_vb2_start_streaming()
1044 for (j = 0; j < ovid->num_overlays; j++) { in omap_vout_vb2_start_streaming()
1045 struct omap_overlay *ovl = ovid->overlays[j]; in omap_vout_vb2_start_streaming()
1062 for (j = 0; j < ovid->num_overlays; j++) { in omap_vout_vb2_start_streaming()
1063 struct omap_overlay *ovl = ovid->overlays[j]; in omap_vout_vb2_start_streaming()
1086 struct omapvideo_info *ovid = &vout->vid_info; in omap_vout_vb2_stop_streaming() local
1096 for (j = 0; j < ovid->num_overlays; j++) { in omap_vout_vb2_stop_streaming()
1097 struct omap_overlay *ovl = ovid->overlays[j]; in omap_vout_vb2_stop_streaming()
1122 struct omapvideo_info *ovid; in vidioc_s_fbuf() local
1127 ovid = &vout->vid_info; in vidioc_s_fbuf()
1128 ovl = ovid->overlays[0]; in vidioc_s_fbuf()
1193 struct omapvideo_info *ovid; in vidioc_g_fbuf() local
1199 ovid = &vout->vid_info; in vidioc_g_fbuf()
1200 ovl = ovid->overlays[0]; in vidioc_g_fbuf()
1421 struct omapvideo_info *ovid; in omap_vout_setup_video_bufs() local
1429 ovid = &vout->vid_info; in omap_vout_setup_video_bufs()
1431 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_setup_video_bufs()
1537 struct omapvideo_info *ovid; in omap_vout_cleanup_device() local
1543 ovid = &vout->vid_info; in omap_vout_cleanup_device()
1560 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_cleanup_device()