Searched refs:ovt (Results 1 – 2 of 2) sorted by relevance
260 struct omap_video_timings *ovt) in videomode_to_omap_video_timings() argument262 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 …]
764 struct omap_video_timings *ovt);765 void omap_video_timings_to_videomode(const struct omap_video_timings *ovt,