Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDfbio.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
HDtimeffc.h140 struct fbclock_info fb_info; member
/freebsd-head/sys/dev/fb/
HDfb_if.m14 METHOD struct fb_info * getinfo { struct
HDfbd.c59 struct fb_info *fb_info; member
/freebsd-head/sys/powerpc/ps3/
HDps3_syscons.c61 struct fb_info fb_info; member