Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c271 struct omap_video_timings *ovt) in videomode_to_omap_video_timings() argument
273 memset(ovt, 0, sizeof(*ovt)); in videomode_to_omap_video_timings()
275 ovt->pixelclock = vm->pixelclock; in videomode_to_omap_video_timings()
276 ovt->x_res = vm->hactive; in videomode_to_omap_video_timings()
277 ovt->hbp = vm->hback_porch; in videomode_to_omap_video_timings()
278 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings()
279 ovt->hsw = vm->hsync_len; in videomode_to_omap_video_timings()
280 ovt->y_res = vm->vactive; in videomode_to_omap_video_timings()
281 ovt->vbp = vm->vback_porch; in videomode_to_omap_video_timings()
282 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings()
[all …]
/Linux-v4.19/include/video/
Domapfb_dss.h800 struct omap_video_timings *ovt);
801 void omap_video_timings_to_videomode(const struct omap_video_timings *ovt,