/src/sys/arch/sun3/dev/ |
fbvar.h | 52 struct fbdevice { struct 80 int (*fbd_gattr)(struct fbdevice *, void *); 81 int (*fbd_gvideo)(struct fbdevice *, void *); 82 int (*fbd_svideo)(struct fbdevice *, void *); 83 int (*fbd_getcmap)(struct fbdevice *, void *); 84 int (*fbd_putcmap)(struct fbdevice *, void *); 87 int fbioctlfb(struct fbdevice *, u_long, void *); 89 void fb_attach(struct fbdevice *, int); 90 int fb_noioctl(struct fbdevice *, void *); 92 void fb_eeprom_setsize (struct fbdevice *); [all...] |
cg2.c | 89 struct fbdevice sc_fb; /* frame buffer device */ 121 static int cg2gattr(struct fbdevice *, void *); 122 static int cg2gvideo(struct fbdevice *, void *); 123 static int cg2svideo(struct fbdevice *, void *); 124 static int cg2getcmap(struct fbdevice *, void *); 125 static int cg2putcmap(struct fbdevice *, void *); 169 struct fbdevice *fb = &sc->sc_fb; 253 cg2gattr(struct fbdevice *fb, void *data) 270 cg2gvideo(struct fbdevice *fb, void *data) 281 cg2svideo(struct fbdevice *fb, void *data [all...] |
fb.c | 83 static struct fbdevice *devfb; 91 fb_attach(struct fbdevice *fb, int newpri) 131 fbioctlfb(struct fbdevice *fb, u_long cmd, void *data) 186 fb_noioctl(struct fbdevice *fbd, void *vp) 197 fb_eeprom_setsize(struct fbdevice *fb) 267 fb_pfour_get_video(struct fbdevice *fb) 277 fb_pfour_set_video(struct fbdevice *fb, int on) 300 fb_pfour_setsize(struct fbdevice *fb)
|
bw2.c | 78 struct fbdevice sc_fb; /* frame buffer device */ 113 static int bw2gvideo(struct fbdevice *, void *); 114 static int bw2svideo(struct fbdevice *, void *); 195 struct fbdevice *fb = &sc->sc_fb; 343 bw2gvideo(struct fbdevice *fb, void *data) 354 bw2svideo(struct fbdevice *fb, void *data)
|
cg4.c | 106 struct fbdevice sc_fb; /* frame buffer device */ 144 static int cg4gattr (struct fbdevice *, void *); 145 static int cg4gvideo (struct fbdevice *, void *); 146 static int cg4svideo (struct fbdevice *, void *); 147 static int cg4getcmap(struct fbdevice *, void *); 148 static int cg4putcmap(struct fbdevice *, void *); 249 struct fbdevice *fb = &sc->sc_fb; 410 cg4gattr(struct fbdevice *fb, void *data) 427 cg4gvideo(struct fbdevice *fb, void *data) 438 cg4svideo(struct fbdevice *fb, void *data [all...] |
/src/sys/dev/sun/ |
fbvar.h | 74 struct fbdevice { struct 91 void fb_attach(struct fbdevice *, int); 92 void fb_setsize_obp(struct fbdevice *, int, int, int, int); 93 void fb_setsize_eeprom(struct fbdevice *, int, int, int); 94 void fb_setsize_pfour(struct fbdevice *); 97 void fbrcons_init(struct fbdevice *); 103 int fb_pfour_get_video(struct fbdevice *); 104 void fb_pfour_set_video(struct fbdevice *, int);
|
cgthreevar.h | 42 struct fbdevice sc_fb; /* frame buffer device */
|
bwtwovar.h | 78 struct fbdevice sc_fb; /* frame buffer device */
|
pfour_subr.c | 49 fb_setsize_pfour(struct fbdevice *fb) 164 fb_pfour_get_video(struct fbdevice *fb) 174 fb_pfour_set_video(struct fbdevice *fb, int enable)
|
cgsixvar.h | 57 struct fbdevice sc_fb; /* frame buffer device */
|
fb.c | 73 struct fbdevice *fb_dev; 159 fb_attach(struct fbdevice *fb, int isconsole) 312 fb_setsize_obp(struct fbdevice *fb, int depth, int def_width, int def_height, int node) 321 fb_setsize_eeprom(struct fbdevice *fb, int depth, int def_width, int def_height)
|
bt_subr.c | 203 bt_loadcmap_packed256(struct fbdevice *fb, volatile struct bt_regs *bt, int start, int ncolors)
|
bwtwo.c | 204 struct fbdevice *fb = &sc->sc_fb; 212 /* Fill in the remaining fbdevice values */
|
/src/sys/arch/sparc64/dev/ |
ffbvar.h | 53 struct fbdevice sc_fb;
|
/src/sys/dev/sbus/ |
zxvar.h | 83 struct fbdevice sc_fb;
|
cgthree_sbus.c | 135 struct fbdevice *fb = &sc->sc_fb;
|
bwtwo_sbus.c | 137 struct fbdevice *fb = &sc->sc_fb;
|
cgsix_sbus.c | 92 struct fbdevice *fb = &sc->sc_fb;
|
/src/sys/arch/sparc/dev/ |
cgfourteenvar.h | 79 struct fbdevice sc_fb; /* frame buffer device */
|
bwtwo_obio.c | 140 struct fbdevice *fb = &sc->sc_fb;
|
cgsix_obio.c | 112 struct fbdevice *fb = &sc->sc_fb;
|
cgeight.c | 129 struct fbdevice sc_fb; /* frame buffer device */ 219 struct fbdevice *fb = &sc->sc_fb;
|
cgfour.c | 127 struct fbdevice sc_fb; /* frame buffer device */ 220 struct fbdevice *fb = &sc->sc_fb;
|
cgtwo.c | 78 struct fbdevice sc_fb; /* frame buffer device */ 163 struct fbdevice *fb = &sc->sc_fb;
|
/src/sys/arch/sun2/dev/ |
bwtwo_any.c | 143 struct fbdevice *fb = &sc->sc_fb;
|