Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfbio.h128 struct fb_info { struct
130 int fb_type; /* as defined above */
131 int fb_height; /* in pixels */
132 int fb_width; /* in pixels */
133 int fb_depth; /* bits to define color */
134 int fb_cmsize; /* size of color map (entries) */
135 int fb_size; /* total size in bytes */
137 struct cdev *fb_cdev;
139 device_t fb_fbd_dev; /* "fbd" device. */
163 int fbd_register(struct fb_info *); argument
H A Dtimeffc.h140 struct fbclock_info fb_info; member
/freebsd/sys/dev/fb/
H A Dfb_if.m14 METHOD struct fb_info * getinfo { struct
H A Dfbd.c59 struct fb_info *fb_info; member
/freebsd/sys/powerpc/ps3/
H A Dps3_syscons.c61 struct fb_info fb_info; member