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

/drivers/video/fbdev/omap2/dss/
H A Ddisplay.c271 struct omap_video_timings *ovt)
273 memset(ovt, 0, sizeof(*ovt));
275 ovt->pixelclock = vm->pixelclock;
276 ovt->x_res = vm->hactive;
277 ovt->hbp = vm->hback_porch;
278 ovt->hfp = vm->hfront_porch;
279 ovt->hsw = vm->hsync_len;
280 ovt->y_res = vm->vactive;
281 ovt
270 videomode_to_omap_video_timings(const struct videomode *vm, struct omap_video_timings *ovt) argument
302 omap_video_timings_to_videomode(const struct omap_video_timings *ovt, struct videomode *vm) argument
[all...]

Completed in 36 milliseconds