Home
last modified time | relevance | path

Searched defs:omap_video_timings (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/video/
Domapdss.h336 struct omap_video_timings { struct
338 u16 x_res;
340 u16 y_res;
342 u32 pixelclock;
344 u16 hsw; /* Horizontal synchronization pulse width */
346 u16 hfp; /* Horizontal front porch */
348 u16 hbp; /* Horizontal back porch */
350 u16 vsw; /* Vertical synchronization pulse width */
375 extern const struct omap_video_timings omap_dss_pal_timings; argument