Searched defs:_fb_info_t (Results 1 – 1 of 1) sorted by relevance
108 typedef struct _fb_info_t { struct109 char path[FB_NAME_LEN];110 int ref;111 int node;112 int flags;116 fb_var_screeninfo_t var; /* Current var */117 fb_fix_screeninfo_t fix; /* Current fix */118 struct fb_pixmap pixmap; /* Image hardware mapper */127 uint8_t bl_curve[FB_BACKLIGHT_LEVELS];131 const struct _fb_ops_t *fbops;[all …]
Completed in 4 milliseconds