Searched defs:fb_info (Results 1 – 2 of 2) sorted by relevance
69873 struct fb_info { struct69874 refcount_t count;69875 int node;69876 int flags;69877 int fbcon_rotate_hint;69878 struct mutex lock;69879 struct mutex mm_lock;69880 struct fb_var_screeninfo var;69881 struct fb_fix_screeninfo fix;69882 struct fb_monspecs monspecs;[all …]
79211 struct fb_info { struct79212 refcount_t count;79213 int node;79214 int flags;79215 int fbcon_rotate_hint;79216 struct mutex lock;79217 struct mutex mm_lock;79218 struct fb_var_screeninfo var;79219 struct fb_fix_screeninfo fix;79220 struct fb_monspecs monspecs;[all …]