Lines Matching refs:ovid

278 	struct omapvideo_info *ovid;  in omap_vout_calculate_offset()  local
284 ovid = &vout->vid_info; in omap_vout_calculate_offset()
286 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_calculate_offset()
317 struct omapvideo_info *ovid; in video_mode_to_dss_mode() local
321 ovid = &vout->vid_info; in video_mode_to_dss_mode()
322 ovl = ovid->overlays[0]; in video_mode_to_dss_mode()
438 struct omapvideo_info *ovid = &vout->vid_info; in omapvid_init() local
441 for (i = 0; i < ovid->num_overlays; i++) { in omapvid_init()
444 ovl = ovid->overlays[i]; in omapvid_init()
500 struct omapvideo_info *ovid = &vout->vid_info; in omapvid_apply_changes() local
502 for (i = 0; i < ovid->num_overlays; i++) { in omapvid_apply_changes()
505 ovl = ovid->overlays[i]; in omapvid_apply_changes()
561 struct omapvideo_info *ovid; in omap_vout_isr() local
568 ovid = &vout->vid_info; in omap_vout_isr()
569 ovl = ovid->overlays[0]; in omap_vout_isr()
661 struct omapvideo_info *ovid = &vout->vid_info; in omap_vout_buffer_setup() local
678 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_buffer_setup()
705 if (ovid->rotation_type == VOUT_ROT_NONE) { in omap_vout_buffer_setup()
762 struct omapvideo_info *ovid = &vout->vid_info; in omap_vout_buffer_prepare() local
799 if (ovid->rotation_type == VOUT_ROT_VRFB) in omap_vout_buffer_prepare()
937 struct omapvideo_info *ovid; in omap_vout_release() local
941 ovid = &vout->vid_info; in omap_vout_release()
948 for (i = 0; i < ovid->num_overlays; i++) { in omap_vout_release()
949 struct omap_overlay *ovl = ovid->overlays[i]; in omap_vout_release()
967 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_release()
1083 struct omapvideo_info *ovid; in vidioc_try_fmt_vid_out() local
1088 ovid = &vout->vid_info; in vidioc_try_fmt_vid_out()
1089 ovl = ovid->overlays[0]; in vidioc_try_fmt_vid_out()
1110 struct omapvideo_info *ovid; in vidioc_s_fmt_vid_out() local
1120 ovid = &vout->vid_info; in vidioc_s_fmt_vid_out()
1121 ovl = ovid->overlays[0]; in vidioc_s_fmt_vid_out()
1180 struct omapvideo_info *ovid; in vidioc_try_fmt_vid_overlay() local
1183 ovid = &vout->vid_info; in vidioc_try_fmt_vid_overlay()
1184 ovl = ovid->overlays[0]; in vidioc_try_fmt_vid_overlay()
1203 struct omapvideo_info *ovid; in vidioc_s_fmt_vid_overlay() local
1208 ovid = &vout->vid_info; in vidioc_s_fmt_vid_overlay()
1209 ovl = ovid->overlays[0]; in vidioc_s_fmt_vid_overlay()
1230 struct omapvideo_info *ovid; in vidioc_g_fmt_vid_overlay() local
1235 ovid = &vout->vid_info; in vidioc_g_fmt_vid_overlay()
1236 ovl = ovid->overlays[0]; in vidioc_g_fmt_vid_overlay()
1283 struct omapvideo_info *ovid; in vidioc_s_crop() local
1292 ovid = &vout->vid_info; in vidioc_s_crop()
1293 ovl = ovid->overlays[0]; in vidioc_s_crop()
1384 struct omapvideo_info *ovid; in vidioc_s_ctrl() local
1387 ovid = &vout->vid_info; in vidioc_s_ctrl()
1390 if (rotation && ovid->rotation_type == VOUT_ROT_NONE) { in vidioc_s_ctrl()
1442 struct omapvideo_info *ovid; in vidioc_s_ctrl() local
1445 ovid = &vout->vid_info; in vidioc_s_ctrl()
1448 if (mirror && ovid->rotation_type == VOUT_ROT_NONE) { in vidioc_s_ctrl()
1608 struct omapvideo_info *ovid = &vout->vid_info; in vidioc_streamon() local
1666 for (j = 0; j < ovid->num_overlays; j++) { in vidioc_streamon()
1667 struct omap_overlay *ovl = ovid->overlays[j]; in vidioc_streamon()
1692 struct omapvideo_info *ovid = &vout->vid_info; in vidioc_streamoff() local
1703 for (j = 0; j < ovid->num_overlays; j++) { in vidioc_streamoff()
1704 struct omap_overlay *ovl = ovid->overlays[j]; in vidioc_streamoff()
1728 struct omapvideo_info *ovid; in vidioc_s_fbuf() local
1733 ovid = &vout->vid_info; in vidioc_s_fbuf()
1734 ovl = ovid->overlays[0]; in vidioc_s_fbuf()
1799 struct omapvideo_info *ovid; in vidioc_g_fbuf() local
1803 ovid = &vout->vid_info; in vidioc_g_fbuf()
1804 ovl = ovid->overlays[0]; in vidioc_g_fbuf()
1943 struct omapvideo_info *ovid; in omap_vout_setup_video_bufs() local
1950 ovid = &vout->vid_info; in omap_vout_setup_video_bufs()
1969 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_setup_video_bufs()
2073 struct omapvideo_info *ovid; in omap_vout_cleanup_device() local
2079 ovid = &vout->vid_info; in omap_vout_cleanup_device()
2095 if (ovid->rotation_type == VOUT_ROT_VRFB) { in omap_vout_cleanup_device()