Home
last modified time | relevance | path

Searched defs:fb_info (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dfbio.h121 struct fb_info { struct
123 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
H A Dtimeffc.h142 struct fbclock_info fb_info; member