Searched defs:fb_var_screeninfo (Results 1 – 3 of 3) sorted by relevance
207 struct fb_var_screeninfo { struct208 __u32 xres;209 __u32 yres;210 __u32 xres_virtual;211 __u32 yres_virtual;212 __u32 xoffset;213 __u32 yoffset;214 __u32 bits_per_pixel;215 __u32 grayscale;216 struct fb_bitfield red;[all …]
202 struct fb_var_screeninfo { struct203 __u32 xres;204 __u32 yres;205 __u32 xres_virtual;206 __u32 yres_virtual;207 __u32 xoffset;208 __u32 yoffset;209 __u32 bits_per_pixel;210 __u32 grayscale;212 struct fb_bitfield red;[all …]
242 struct fb_var_screeninfo { struct243 __u32 xres; /* visible resolution */244 __u32 yres;245 __u32 xres_virtual; /* virtual resolution */246 __u32 yres_virtual;247 __u32 xoffset; /* offset from virtual to visible */248 __u32 yoffset; /* resolution */250 __u32 bits_per_pixel; /* guess what */251 __u32 grayscale; /* 0 = color, 1 = grayscale, */253 struct fb_bitfield red; /* bitfield in fb mem if true color, */[all …]