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 */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 */511 u32 state; /* Hardware state i.e suspend */[all …]
Completed in 7 milliseconds