Home
last modified time | relevance | path

Searched refs:fb_dev (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/sun/
Dfb.c73 struct fbdevice *fb_dev; member
110 while (fbl != NULL && fbl->fb_dev != NULL) { in fb_unblank()
111 (*fbl->fb_dev->fb_driver->fbd_unblank)(fbl->fb_dev->fb_device); in fb_unblank()
170 fblist.fb_dev != NULL) { in fb_attach()
179 fbl->fb_dev = fblist.fb_dev; in fb_attach()
181 aprint_normal_dev(fbl->fb_dev->fb_device, in fb_attach()
183 aprint_normal_dev(fbl->fb_dev->fb_device, in fb_attach()
185 fblist.fb_dev = fb; in fb_attach()
190 if (fblist.fb_dev != NULL) { in fb_attach()
200 fbl->fb_dev = fb; in fb_attach()
[all …]
/netbsd/src/sys/arch/evbppc/explora/dev/
Dfb_elb.c54 struct fb_dev { struct
69 struct fb_dev *sc_fb; argument
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); in fb_elb_attach()
221 fb_init(struct fb_dev *fb, int width, int height) in fb_init()
[all …]