HomeSort by: relevance | last modified time | path
    Searched defs:fb_dev (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sun/
fb.c 73 struct fbdevice *fb_dev; member in struct:fbdevlist
110 while (fbl != NULL && fbl->fb_dev != NULL) {
111 (*fbl->fb_dev->fb_driver->fbd_unblank)(fbl->fb_dev->fb_device);
170 fblist.fb_dev != NULL) {
179 fbl->fb_dev = fblist.fb_dev;
181 aprint_normal_dev(fbl->fb_dev->fb_device,
183 aprint_normal_dev(fbl->fb_dev->fb_device,
185 fblist.fb_dev = fb
    [all...]
  /src/sys/arch/evbppc/explora/dev/
fb_elb.c 54 struct fb_dev { struct
69 struct fb_dev *sc_fb;
87 static void fb_init(struct fb_dev *, int, int);
107 static void s3_getgeometry(struct fb_dev *, int *, int *);
108 static void s3_putcmap(struct fb_dev *, const struct fb_cmap *);
109 static void s3_copy(struct fb_dev *, int, int, int, int, int, int, int);
110 static void s3_fill(struct fb_dev *, int, int, int, int, int, int);
112 static struct fb_dev console_dev;
191 sc->sc_fb = kmem_zalloc(sizeof(struct fb_dev), KM_SLEEP);
221 fb_init(struct fb_dev *fb, int width, int height
    [all...]

Completed in 17 milliseconds