Lines Matching refs:grf_softc
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 *);
106 int et_setmousepos(struct grf_softc *, struct grf_position *);
107 static int et_setspriteinfo(struct grf_softc *, struct grf_spriteinfo *);
108 int et_getspriteinfo(struct grf_softc *, struct grf_spriteinfo *);
109 static int et_getspritemax(struct grf_softc *, struct grf_position *);
110 int et_setmonitor(struct grf_softc *, struct grfvideo_mode *);
111 int et_blank(struct grf_softc *, int);
112 int et_isblank(struct grf_softc *);
113 static int et_getControllerType(struct grf_softc *);
114 static int et_getDACType(struct grf_softc *);
124 static int et_get_fbinfo(struct grf_softc *, struct wsdisplayio_fbinfo *);
241 CFATTACH_DECL_NEW(grfet, sizeof(struct grf_softc),
331 static struct grf_softc congrf;
334 struct grf_softc *gp;
450 et_boardinit(struct grf_softc *gp)
629 et_getvmode(struct grf_softc *gp, struct grfvideo_mode *vm)
665 et_setvmode(struct grf_softc *gp, unsigned mode)
679 et_off(struct grf_softc *gp)
690 et_blank(struct grf_softc *gp, int on)
699 et_isblank(struct grf_softc *gp)
713 et_mode(register struct grf_softc *gp, u_long cmd, void *arg, u_long a2,
761 et_ioctl(register struct grf_softc *gp, u_long cmd, void *data)
802 et_getmousepos(struct grf_softc *gp, struct grf_position *data)
818 et_setmousepos(struct grf_softc *gp, struct grf_position *data)
846 et_getspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *data)
854 et_setspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *data)
862 et_getspritemax(struct grf_softc *gp, struct grf_position *data)
870 et_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
911 et_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
962 et_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1019 et_toggle(struct grf_softc *gp, unsigned short wopp)
1130 et_load_mon(struct grf_softc *gp, struct grfettext_mode *md)
1482 et_inittextmode(struct grf_softc *gp)
1557 et_getControllerType(struct grf_softc *gp)
1597 et_getDACType(struct grf_softc *gp)
1689 struct grf_softc *gp;
1725 struct grf_softc *gp;
1747 struct grf_softc *gp;
1791 struct grf_softc *gp;
1816 struct grf_softc *gp;
1859 struct grf_softc *gp;
1908 struct grf_softc *gp;
1966 et_get_fbinfo(struct grf_softc *gp, struct wsdisplayio_fbinfo *fbi)