Lines Matching defs:fb_info
494 struct fb_info { struct
495 int node;
496 int flags;
497 struct fb_var_screeninfo var; /* Current var */
498 struct fb_fix_screeninfo fix; /* Current fix */
499 struct fb_monspecs monspecs; /* Current Monitor specs */
500 struct fb_pixmap pixmap; /* Image hardware mapper */
501 struct fb_pixmap sprite; /* Cursor hardware mapper */
502 struct fb_cmap cmap; /* Current cmap */
503 struct list_head modelist; /* mode list */
504 struct fb_videomode *mode; /* current mode */
506 char *screen_base; /* Virtual address */
507 unsigned long screen_size; /* Amount of ioremapped VRAM or 0 */
508 void *pseudo_palette; /* Fake palette of 16 colors */
511 u32 state; /* Hardware state i.e suspend */
512 void *fbcon_par; /* fbcon use-only private area */
514 void *par;