Lines Matching refs:grf_softc
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 *);
777 int rt_getspritemax(struct grf_softc *, struct grf_position *);
778 int rt_getcmap(struct grf_softc *, struct grf_colormap *);
779 int rt_putcmap(struct grf_softc *, struct grf_colormap *);
780 int rt_bitblt(struct grf_softc *, struct grf_bitblt *);
781 int rt_blank(struct grf_softc *, int *);
783 CFATTACH_DECL_NEW(grfrt, sizeof(struct grf_softc),
845 static struct grf_softc congrf;
848 struct grf_softc *gp;
892 aprint_normal("grf%d at %s", ((struct grf_softc *)aux)->g_unit,
898 rt_getvmode(struct grf_softc *gp, struct grfvideo_mode *vm)
967 rt_setvmode(struct grf_softc *gp, unsigned mode, int txtonly)
990 rt_mode(struct grf_softc *gp, u_long cmd, void *arg, u_long a2, int a3)
1027 rt_ioctl(register struct grf_softc *gp, u_long cmd, void *data)
1062 rt_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1098 rt_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1135 rt_getspritepos(struct grf_softc *gp, struct grf_position *pos)
1148 rt_setspritepos(struct grf_softc *gp, struct grf_position *pos)
1168 rt_getspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *info)
1220 rt_setspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *info)
1278 rt_getspritemax(struct grf_softc *gp, struct grf_position *pos)
1292 rt_bitblt(struct grf_softc *gp, struct grf_bitblt *bb)
1367 rt_blank(struct grf_softc *gp, int *on)