Searched defs:omap_video_timings (Results 1 – 1 of 1) sorted by relevance
245 struct omap_video_timings { struct247 u16 x_res;249 u16 y_res;251 u32 pixelclock;253 u16 hsw; /* Horizontal synchronization pulse width */255 u16 hfp; /* Horizontal front porch */257 u16 hbp; /* Horizontal back porch */259 u16 vsw; /* Vertical synchronization pulse width */261 u16 vfp; /* Vertical front porch */285 extern const struct omap_video_timings omap_dss_pal_timings; argument