Home | History | Annotate | Download | only in sun

Lines Matching refs:cgsix_softc

119 static void	cg6_blank(struct cgsix_softc *, int);
147 static void cg6_reset (struct cgsix_softc *);
148 static void cg6_loadcmap (struct cgsix_softc *, int, int);
149 static void cg6_loadomap (struct cgsix_softc *);
150 static void cg6_setcursor (struct cgsix_softc *);/* set position */
151 static void cg6_loadcursor (struct cgsix_softc *);/* set shape */
153 static void cg6_setup_palette(struct cgsix_softc *);
168 static void cgsix_clearscreen(struct cgsix_softc *);
170 void cgsix_setup_mono(struct cgsix_softc *, int, int, int, int, uint32_t,
172 void cgsix_feed_line(struct cgsix_softc *, int, uint8_t *);
173 void cgsix_rectfill(struct cgsix_softc *, int, int, int, int, uint32_t);
176 int cgsix_putcmap(struct cgsix_softc *, struct wsdisplay_cmap *);
177 int cgsix_getcmap(struct cgsix_softc *, struct wsdisplay_cmap *);
205 void cg6_invert(struct cgsix_softc *, int, int, int, int);
314 static void cg6_ras_init(struct cgsix_softc *);
321 cg6_ras_init(struct cgsix_softc *sc)
344 struct cgsix_softc *sc = scr->scr_cookie;
362 struct cgsix_softc *sc = scr->scr_cookie;
401 struct cgsix_softc *sc = scr->scr_cookie;
448 struct cgsix_softc *sc = scr->scr_cookie;
477 struct cgsix_softc *sc = scr->scr_cookie;
505 cg6attach(struct cgsix_softc *sc, const char *name, int isconsole)
637 struct cgsix_softc *sc = device_private(dv);
650 struct cgsix_softc *sc = device_private(dv);
672 struct cgsix_softc *sc = device_lookup_private(&cgsix_cd, minor(dev));
845 cg6_reset(struct cgsix_softc *sc)
881 cg6_setcursor(struct cgsix_softc *sc)
893 cg6_loadcursor(struct cgsix_softc *sc)
922 cg6_loadcmap(struct cgsix_softc *sc, int start, int ncolors)
946 cg6_loadomap(struct cgsix_softc *sc)
967 cg6_blank(struct cgsix_softc *sc, int flag)
988 struct cgsix_softc *sc = device_private(dev);
1024 struct cgsix_softc *sc = device_lookup_private(&cgsix_cd, minor(dev));
1080 cg6_setup_palette(struct cgsix_softc *sc)
1104 struct cgsix_softc *sc = vd->cookie;
1164 struct cgsix_softc *sc = vd->cookie;
1175 cgsix_putcmap(struct cgsix_softc *sc, struct wsdisplay_cmap *cm)
1206 cgsix_getcmap(struct cgsix_softc *sc, struct wsdisplay_cmap *cm)
1238 struct cgsix_softc *sc = cookie;
1274 cgsix_rectfill(struct cgsix_softc *sc, int xs, int ys, int wi, int he,
1296 struct cgsix_softc *sc = cookie;
1315 cgsix_setup_mono(struct cgsix_softc *sc, int x, int y, int wi, int he,
1336 cgsix_feed_line(struct cgsix_softc *sc, int count, uint8_t *data)
1362 struct cgsix_softc *sc = scr->scr_cookie;
1416 struct cgsix_softc *sc = scr->scr_cookie;
1522 struct cgsix_softc *sc = scr->scr_cookie;
1549 cgsix_clearscreen(struct cgsix_softc *sc)
1572 cg6_invert(struct cgsix_softc *sc, int x, int y, int wi, int he)