Home | History | Annotate | Download | only in dev

Lines Matching refs:grf_softc

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 *);
133 int cv3d_toggle(struct grf_softc *);
135 int cv3d_load_mon(struct grf_softc *, struct grfcv3dtext_mode *);
136 void cv3d_inittextmode(struct grf_softc *);
141 int cv3d_getspritepos(struct grf_softc *, struct grf_position *);
142 int cv3d_setspritepos(struct grf_softc *, struct grf_position *);
143 int cv3d_getspriteinfo(struct grf_softc *,struct grf_spriteinfo *);
144 void cv3d_setup_hwc(struct grf_softc *);
145 int cv3d_setspriteinfo(struct grf_softc *,struct grf_spriteinfo *);
146 int cv3d_getspritemax(struct grf_softc *,struct grf_position *);
295 static int cv3d_get_fbinfo(struct grf_softc *, struct wsdisplayio_fbinfo *);
341 CFATTACH_DECL_NEW(grfcv3d, sizeof(struct grf_softc),
425 static struct grf_softc congrf;
428 struct grf_softc *gp;
583 cv3d_boardinit(struct grf_softc *gp)
823 cv3d_getvmode(struct grf_softc *gp, struct grfvideo_mode *vm)
859 cv3d_setvmode(struct grf_softc *gp, unsigned mode)
873 cv3d_blank(struct grf_softc *gp, int on)
884 cv3d_isblank(struct grf_softc *gp)
900 cv3d_mode(register struct grf_softc *gp, u_long cmd, void *arg, u_long a2,
951 cv3d_ioctl(register struct grf_softc *gp, u_long cmd, void *data)
1001 cv3d_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
1053 cv3d_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1089 cv3d_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1124 cv3d_toggle(struct grf_softc *gp)
1207 cv3d_load_mon(struct grf_softc
1576 cv3d_inittextmode(struct grf_softc *gp)
1678 cv3d_getspritepos(struct grf_softc *gp, struct grf_position *pos)
1695 cv3d_setspritepos(struct grf_softc *gp, struct grf_position *pos)
1745 cv3d_getspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *info)
1793 cv3d_setup_hwc(struct grf_softc *gp)
1872 cv3d_setspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *info)
2116 cv3d_getspritemax(struct grf_softc *gp, struct grf_position *pos)
2133 struct grf_softc *gp;
2168 struct grf_softc *gp;
2185 struct grf_softc *gp;
2217 struct grf_softc *gp;
2238 struct grf_softc *gp;
2273 struct grf_softc *gp;
2320 struct grf_softc *gp;
2378 cv3d_get_fbinfo(struct grf_softc *gp, struct wsdisplayio_fbinfo *fbi)