Searched defs:fb_info (Results 1 – 1 of 1) sorted by relevance
96084 struct fb_info { struct96085 refcount_t count;96086 int node;96087 int flags;96088 int fbcon_rotate_hint;96089 struct mutex lock;96090 struct mutex mm_lock;96091 struct fb_var_screeninfo var;96092 struct fb_fix_screeninfo fix;96093 struct fb_monspecs monspecs;[all …]