/src/sys/arch/amiga/dev/ |
grf_ccreg.h | 33 void grfcc_iteinit(struct grf_softc *); 34 int cc_mode(struct grf_softc *, u_long, void *, u_long, int);
|
grf_rhreg.h | 675 void RZ3DisableHWC(struct grf_softc *gp); 676 void RZ3SetupHWC(struct grf_softc *gp, unsigned char col1, unsigned int col2, 679 void RZ3AlphaErase(struct grf_softc *gp, 682 void RZ3AlphaCopy(struct grf_softc *gp, 686 void RZ3BitBlit(struct grf_softc *gp, struct grf_bitblt *gbb); 687 void RZ3BitBlit16(struct grf_softc *gp, struct grf_bitblt *gbb); 688 void RZ3BitBlit24(struct grf_softc *gp, struct grf_bitblt *gbb); 689 void RZ3SetCursorPos(struct grf_softc *gp, short unsigned int pos); 690 void RZ3LoadPalette(struct grf_softc *gp, unsigned char *pal, 692 void RZ3SetPalette(struct grf_softc *gp, unsigned char colornum [all...] |
grf_cc.c | 69 void grf_cc_on(struct grf_softc *); 71 CFATTACH_DECL_NEW(grfcc, sizeof(struct grf_softc), 120 static struct grf_softc congrf; 122 struct grf_softc *gp; 162 aprint_normal("grf%d at %s", ((struct grf_softc *)aux)->g_unit, 174 cc_mode(struct grf_softc *gp, u_long cmd, void *arg, u_long a2, int a3) 193 grf_cc_on(struct grf_softc *gp)
|
grf_ulreg.h | 95 struct grf_softc gus_sc; 106 void grful_iteinit(struct grf_softc *gp);
|
grfvar.h | 53 struct grf_softc { struct 64 int (*g_mode)(struct grf_softc *, u_long, void *,
|
grf_et.c | 92 void et_boardinit(struct grf_softc *); 94 int et_getvmode(struct grf_softc *, struct grfvideo_mode *); 95 int et_setvmode(struct grf_softc *, unsigned int); 96 int et_toggle(struct grf_softc *, unsigned short); 97 int et_getcmap(struct grf_softc *, struct grf_colormap *); 98 int et_putcmap(struct grf_softc *, struct grf_colormap *); 100 void et_off(struct grf_softc *); 102 void et_inittextmode(struct grf_softc *); 103 int et_ioctl(register struct grf_softc *, u_long cmd, void *); 104 int et_getmousepos(struct grf_softc *, struct grf_position *) [all...] |
grf.c | 47 * Hardware access is through the grf_softc->g_mode routine. 101 void grfdebug(struct grf_softc *, const char *, ...); 106 struct grf_softc *grfsp[NGRF]; 140 static struct rasops_info *grf_setup_rasops(struct grf_softc *, 153 struct grf_softc *psc; 174 struct grf_softc *gp; 241 struct grf_softc *gp; 259 struct grf_softc *gp; 271 struct grf_softc *gp; 362 struct grf_softc *gp [all...] |
grf_cl.c | 99 void cl_boardinit(struct grf_softc *); 101 int cl_getvmode(struct grf_softc *, struct grfvideo_mode *); 102 int cl_setvmode(struct grf_softc *, unsigned int); 103 int cl_toggle(struct grf_softc *, unsigned short); 104 int cl_getcmap(struct grf_softc *, struct grf_colormap *); 105 int cl_putcmap(struct grf_softc *, struct grf_colormap *); 107 void cl_off(struct grf_softc *); 109 void cl_inittextmode(struct grf_softc *); 110 int cl_ioctl(register struct grf_softc *, u_long, void *); 111 int cl_getmousepos(struct grf_softc *, struct grf_position *) [all...] |
grf_ul.c | 63 int ul_ioctl(struct grf_softc *, u_long, void *, dev_t); 64 int ul_getcmap(struct grf_softc *, struct grf_colormap *, dev_t); 65 int ul_putcmap(struct grf_softc *, struct grf_colormap *, dev_t); 66 int ul_bitblt(struct grf_softc *, struct grf_bitblt *, dev_t); 67 int ul_blank(struct grf_softc *, int *, dev_t); 71 static void ul_load_code(struct grf_softc *); 72 static int ul_load_mon(struct grf_softc *, struct grfvideo_mode *); 73 static int ul_getvmode(struct grf_softc *, struct grfvideo_mode *); 74 static int ul_setvmode(struct grf_softc *, unsigned); 75 static inline void ul_setfb(struct grf_softc *, u_long) [all...] |
grf_rt.c | 58 int rt_ioctl(struct grf_softc *gp, u_long, void *); 268 static int rt_load_mon(struct grf_softc *, struct MonDef *); 293 rt_load_mon(struct grf_softc *gp, struct MonDef *md) 770 int rt_mode(struct grf_softc *, u_long, void *, u_long, int); 771 static int rt_getvmode(struct grf_softc *, struct grfvideo_mode *); 772 static int rt_setvmode(struct grf_softc *, unsigned, int); 773 int rt_getspritepos(struct grf_softc *, struct grf_position *); 774 int rt_setspritepos(struct grf_softc *, struct grf_position *); 775 int rt_getspriteinfo(struct grf_softc *, struct grf_spriteinfo *); 776 int rt_setspriteinfo(struct grf_softc *, struct grf_spriteinfo *) [all...] |
grf_cv.c | 90 void cv_boardinit(struct grf_softc *); 91 int cv_getvmode(struct grf_softc *, struct grfvideo_mode *); 92 int cv_setvmode(struct grf_softc *, unsigned int); 93 int cv_blank(struct grf_softc *, int); 94 int cv_isblank(struct grf_softc *); 95 int cv_mode(register struct grf_softc *, u_long, void *, u_long, int); 96 int cv_ioctl(register struct grf_softc *gp, u_long cmd, void *data); 97 int cv_setmonitor(struct grf_softc *, struct grfvideo_mode *); 98 int cv_getcmap(struct grf_softc *, struct grf_colormap *); 99 int cv_putcmap(struct grf_softc *, struct grf_colormap *) [all...] |
grf_cv3d.c | 123 void cv3d_boardinit(struct grf_softc *); 124 int cv3d_getvmode(struct grf_softc *, struct grfvideo_mode *); 125 int cv3d_setvmode(struct grf_softc *, unsigned int); 126 int cv3d_blank(struct grf_softc *, int); 127 int cv3d_isblank(struct grf_softc *); 128 int cv3d_mode(register struct grf_softc *, u_long, void *, u_long, int); 129 int cv3d_ioctl(register struct grf_softc *gp, u_long cmd, void *data); 130 int cv3d_setmonitor(struct grf_softc *, struct grfvideo_mode *); 131 int cv3d_getcmap(struct grf_softc *, struct grf_colormap *); 132 int cv3d_putcmap(struct grf_softc *, struct grf_colormap *) [all...] |
grf_rh.c | 67 int rh_load_mon(struct grf_softc *gp, struct MonDef *md); 68 int rh_getvmode(struct grf_softc *gp, struct grfvideo_mode *vm); 69 int rh_setvmode(struct grf_softc *gp, unsigned int mode, enum mode_type type); 152 RZ3DisableHWC(struct grf_softc *gp) 160 RZ3SetupHWC(struct grf_softc *gp, unsigned char col1, unsigned col2, 220 RZ3AlphaErase(struct grf_softc *gp, unsigned short xd, unsigned short yd, 228 RZ3AlphaCopy(struct grf_softc *gp, unsigned short xs, unsigned short ys, 300 RZ3BitBlit(struct grf_softc *gp, struct grf_bitblt *gbb) 376 RZ3BitBlit16(struct grf_softc *gp, struct grf_bitblt *gbb) 455 RZ3BitBlit24(struct grf_softc *gp, struct grf_bitblt *gbb [all...] |
/src/sys/arch/x68k/include/ |
autoconf.h | 38 struct grf_softc; 39 extern struct grf_softc congrf; /* XXX Hmm... */
|
/src/sys/arch/x68k/dev/ |
grf_conf.c | 54 int cc_init(struct grf_softc *, void *); 55 int cc_mode(struct grf_softc *, u_long, void *); 56 int gv_init(struct grf_softc *, void *); 57 int gv_mode(struct grf_softc *, u_long, void *);
|
grfvar.h | 48 struct grf_softc; 57 int (*gd_init)(struct grf_softc *, void *); 58 int (*gd_mode)(struct grf_softc *, u_long, void *); 62 struct grf_softc { struct
|
grf_gv.c | 58 int gv_init(struct grf_softc *, void *); 59 int gv_mode(struct grf_softc *, u_long, void *); 66 gv_init(struct grf_softc *gp, void *addr) 114 gv_mode(struct grf_softc *gp, u_long cmd, void *data)
|
grf_tv.c | 58 int cc_init(struct grf_softc *, void *); 59 int cc_mode(struct grf_softc *, u_long, void *); 66 cc_init(struct grf_softc *gp, void *addr) 114 cc_mode(struct grf_softc *gp, u_long cmd, void *data)
|
grf_machdep.c | 73 static int grfinit(struct grf_softc *, int); 78 CFATTACH_DECL_NEW(grf, sizeof(struct grf_softc), 131 struct grf_softc congrf; 136 struct grf_softc *gp; 172 grfinit(struct grf_softc *gp, int cfaddr)
|
grf.c | 85 static int grfon(struct grf_softc *); 86 static int grfoff(struct grf_softc *); 87 static off_t grfaddr(struct grf_softc *, off_t); 115 struct grf_softc *gp; 144 struct grf_softc *gp = device_lookup_private(&grf_cd, GRFUNIT(dev)); 160 struct grf_softc *gp = device_lookup_private(&grf_cd, GRFUNIT(dev)); 212 grfon(struct grf_softc *gp) 227 grfoff(struct grf_softc *gp) 243 grfaddr(struct grf_softc *gp, off_t off) 263 struct grf_softc *gp = device_lookup_private(&grf_cd, GRFUNIT(dev)) [all...] |
/src/sys/arch/atari/dev/ |
grfvar.h | 57 struct grf_softc { struct 66 int (*g_mode)(struct grf_softc *, int, void *, 110 int grf_mode(struct grf_softc *, int, void *, int, int); 111 void grf_viewsync(struct grf_softc *); 113 extern struct grf_softc *grfsp[]; /* XXX */
|
grf.c | 45 * Hardware access is through the grf_softc->g_mode routine. 99 struct grf_softc *grfsp[NGRF]; /* XXX */ 171 struct grf_softc *gp; 194 struct grf_softc *gp; 206 struct grf_softc *gp; 271 struct grf_softc *gp; 304 struct grf_softc *gp; 322 struct grf_softc *gp; 346 struct grf_softc *gp; 364 grf_viewsync(struct grf_softc *gp [all...] |
/src/sys/arch/mac68k/dev/ |
grf_compat.c | 82 void grf_scinit(struct grf_softc *, const char *, int); 88 struct grf_softc *grf_softc; variable in typeref:struct:grf_softc * 95 grf_scinit(struct grf_softc *sc, const char *name, int unit) 97 memset(sc, 0, sizeof(struct grf_softc)); 103 * (Re-)initialize the grf_softc block so that at least the requested 111 struct grf_softc *sc; 118 if (grf_softc == NULL) 119 sc = (struct grf_softc *) 123 sc = (struct grf_softc *) [all...] |
grfvar.h | 81 struct grf_softc { struct 97 int (*ga_mode)(struct grf_softc *, int, void *); 102 typedef void *(*grf_phys_t)(struct grf_softc *, vaddr_t); 155 int (*)(struct grf_softc *, int, void *));
|
grf_subr.c | 47 int (*g_mode)(struct grf_softc *, int, void *))
|