Searched defs:fb_videomode (Results 1 – 1 of 1) sorted by relevance
598 struct fb_videomode { struct599 const char *name; /* optional */600 u32 refresh; /* optional */601 u32 xres;602 u32 yres;603 u32 pixclock;604 u32 left_margin;605 u32 right_margin;606 u32 upper_margin;607 u32 lower_margin;[all …]