Searched refs:ovid (Results 1 - 1 of 1) sorted by relevance

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

Completed in 79 milliseconds