Home | History | Annotate | Download | only in dev

Lines Matching refs:grf_softc

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 *);
112 int cl_setmousepos(struct grf_softc *, struct grf_position *);
113 static int cl_setspriteinfo(struct grf_softc *, struct grf_spriteinfo *);
114 int cl_getspriteinfo(struct grf_softc *, struct grf_spriteinfo *);
115 static int cl_getspritemax(struct grf_softc *, struct grf_position *);
116 int cl_blank(struct grf_softc *, int);
117 int cl_isblank(struct grf_softc *);
118 int cl_setmonitor(struct grf_softc *, struct grfvideo_mode *);
134 static int cl_get_fbinfo(struct grf_softc *, struct wsdisplayio_fbinfo *);
251 CFATTACH_DECL_NEW(grfcl, sizeof(struct grf_softc),
396 static struct grf_softc congrf;
398 struct grf_softc *gp;
530 cl_boardinit(struct grf_softc *gp)
670 cl_getvmode(struct grf_softc *gp, struct grfvideo_mode *vm)
706 cl_setvmode(struct grf_softc *gp, unsigned mode)
719 cl_off(struct grf_softc *gp)
736 cl_blank(struct grf_softc *gp, int on)
745 cl_isblank(struct grf_softc *gp)
756 cl_mode(register struct grf_softc *gp, u_long cmd, void *arg, u_long a2, int a3)
802 cl_ioctl(register struct grf_softc *gp, u_long cmd, void *data)
843 cl_getmousepos(struct grf_softc *gp, struct grf_position *data)
905 cl_setmousepos(struct grf_softc *gp, struct grf_position *data)
945 cl_getspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *data)
954 cl_setspriteinfo(struct grf_softc *gp, struct grf_spriteinfo *data)
1088 cl_getspritemax(struct grf_softc *gp, struct grf_position *data)
1098 cl_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
1138 cl_getcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1204 cl_putcmap(struct grf_softc *gfp, struct grf_colormap *cmap)
1254 cl_toggle(struct grf_softc *gp, unsigned short wopp)
1411 cl_load_mon(struct grf_softc *gp, struct grfcltext_mode *md)
1720 cl_inittextmode(struct grf_softc *gp)
1863 struct grf_softc *gp;
1898 struct grf_softc *gp;
1920 struct grf_softc *gp;
1964 struct grf_softc *gp;
1989 struct grf_softc *gp;
2032 struct grf_softc *gp;
2081 struct grf_softc *gp;
2139 cl_get_fbinfo(struct grf_softc *gp, struct wsdisplayio_fbinfo *fbi)