Home
last modified time | relevance | path

Searched refs:ovt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c260 struct omap_video_timings *ovt) in videomode_to_omap_video_timings() argument
262 memset(ovt, 0, sizeof(*ovt)); in videomode_to_omap_video_timings()
264 ovt->pixelclock = vm->pixelclock; in videomode_to_omap_video_timings()
265 ovt->x_res = vm->hactive; in videomode_to_omap_video_timings()
266 ovt->hbp = vm->hback_porch; in videomode_to_omap_video_timings()
267 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings()
268 ovt->hsw = vm->hsync_len; in videomode_to_omap_video_timings()
269 ovt->y_res = vm->vactive; in videomode_to_omap_video_timings()
270 ovt->vbp = vm->vback_porch; in videomode_to_omap_video_timings()
271 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings()
[all …]
/linux/include/video/
H A Domapfb_dss.h764 struct omap_video_timings *ovt);
765 void omap_video_timings_to_videomode(const struct omap_video_timings *ovt,