Searched defs:fb_info (Results 1 – 1 of 1) sorted by relevance
749 struct fb_info { struct750 int node;751 int flags;752 struct fb_var_screeninfo var; /* Current var */753 struct fb_fix_screeninfo fix; /* Current fix */754 struct fb_monspecs monspecs; /* Current Monitor specs */755 struct work_struct queue; /* Framebuffer event queue */756 struct fb_pixmap pixmap; /* Image hardware mapper */757 struct fb_pixmap sprite; /* Cursor hardware mapper */758 struct fb_cmap cmap; /* Current cmap */[all …]