Searched defs:fb_info (Results 1 – 1 of 1) sorted by relevance
494 struct fb_info { struct495 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 */[all …]