Lines Matching refs:timing
437 struct omap_video_timings *timing; in omapvid_init() local
450 timing = &dssdev->panel.timings; in omapvid_init()
460 posy = (timing->y_res - win->w.width) - win->w.left; in omapvid_init()
465 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
466 posy = (timing->y_res - win->w.height) - win->w.top; in omapvid_init()
472 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
1084 struct omap_video_timings *timing; in vidioc_try_fmt_vid_out() local
1096 timing = &dssdev->panel.timings; in vidioc_try_fmt_vid_out()
1098 vout->fbuf.fmt.height = timing->y_res; in vidioc_try_fmt_vid_out()
1099 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out()
1111 struct omap_video_timings *timing; in vidioc_s_fmt_vid_out() local
1129 timing = &dssdev->panel.timings; in vidioc_s_fmt_vid_out()
1142 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out()
1143 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_fmt_vid_out()
1145 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_fmt_vid_out()
1146 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out()
1285 struct omap_video_timings *timing; in vidioc_s_crop() local
1302 timing = &dssdev->panel.timings; in vidioc_s_crop()
1305 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_crop()
1306 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_crop()
1308 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_crop()
1309 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_crop()