Searched refs:ovt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 260 struct omap_video_timings *ovt) in videomode_to_omap_video_timings() 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 in videomode_to_omap_video_timings() 259 videomode_to_omap_video_timings(const struct videomode *vm, struct omap_video_timings *ovt) videomode_to_omap_video_timings() argument 291 omap_video_timings_to_videomode(const struct omap_video_timings *ovt, struct videomode *vm) omap_video_timings_to_videomode() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 260 struct omap_video_timings *ovt) in videomode_to_omap_video_timings() 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 in videomode_to_omap_video_timings() 259 videomode_to_omap_video_timings(const struct videomode *vm, struct omap_video_timings *ovt) videomode_to_omap_video_timings() argument 291 omap_video_timings_to_videomode(const struct omap_video_timings *ovt, struct videomode *vm) omap_video_timings_to_videomode() argument [all...] |
/kernel/linux/linux-5.10/include/video/ |
H A D | omapfb_dss.h | 764 struct omap_video_timings *ovt); 765 void omap_video_timings_to_videomode(const struct omap_video_timings *ovt,
|
/kernel/linux/linux-6.6/include/video/ |
H A D | omapfb_dss.h | 764 struct omap_video_timings *ovt); 765 void omap_video_timings_to_videomode(const struct omap_video_timings *ovt,
|
Completed in 6 milliseconds