Searched defs:omap_video_timings (Results 1 – 1 of 1) sorted by relevance
275 struct omap_video_timings { struct277 u16 x_res;279 u16 y_res;281 u32 pixelclock;283 u16 hsw; /* Horizontal synchronization pulse width */285 u16 hfp; /* Horizontal front porch */287 u16 hbp; /* Horizontal back porch */289 u16 vsw; /* Vertical synchronization pulse width */291 u16 vfp; /* Vertical front porch */315 extern const struct omap_video_timings omap_dss_pal_timings; argument