Searched defs:fbtype (Results 1 – 1 of 1) sorted by relevance
43 struct fbtype { struct44 int fb_type; /* as defined below */45 int fb_height; /* in pixels */46 int fb_width; /* in pixels */47 int fb_depth; /* bits per pixel */48 int fb_cmsize; /* size of color map (entries) */49 int fb_size; /* total size in bytes */121 struct fbtype fbtype; /* fbtype info for real device */ member