Searched defs:fb_info (Results 1 – 2 of 2) sorted by relevance
121 struct fb_info { struct123 int fb_type; /* as defined above */124 int fb_height; /* in pixels */125 int fb_width; /* in pixels */126 int fb_depth; /* bits to define color */127 int fb_cmsize; /* size of color map (entries) */128 int fb_size; /* total size in bytes */130 struct cdev *fb_cdev;154 int fbd_register(struct fb_info *); argument
142 struct fbclock_info fb_info; member