Lines Matching refs:timing
449 struct omap_video_timings *timing; in omapvid_init() local
462 timing = &dssdev->panel.timings; in omapvid_init()
474 posy = (timing->y_res - win->w.width) - win->w.left; in omapvid_init()
479 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
480 posy = (timing->y_res - win->w.height) - win->w.top; in omapvid_init()
488 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
1095 struct omap_video_timings *timing; in vidioc_try_fmt_vid_out() local
1107 timing = &dssdev->panel.timings; in vidioc_try_fmt_vid_out()
1109 vout->fbuf.fmt.height = timing->y_res; in vidioc_try_fmt_vid_out()
1110 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out()
1122 struct omap_video_timings *timing; in vidioc_s_fmt_vid_out() local
1140 timing = &dssdev->panel.timings; in vidioc_s_fmt_vid_out()
1153 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out()
1154 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_fmt_vid_out()
1156 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_fmt_vid_out()
1157 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out()
1296 struct omap_video_timings *timing; in vidioc_s_crop() local
1313 timing = &dssdev->panel.timings; in vidioc_s_crop()
1316 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_crop()
1317 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_crop()
1319 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_crop()
1320 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_crop()