Home | History | Annotate | Download | only in sbus

Lines Matching defs:tcx_softc

80 struct tcx_softc {
131 CFATTACH_DECL_NEW(tcx, sizeof(struct tcx_softc),
160 static void tcx_reset(struct tcx_softc *);
161 static void tcx_loadcmap(struct tcx_softc *, int, int);
166 static void tcx_init_cmap(struct tcx_softc *);
168 static void tcx_clearscreen(struct tcx_softc *, int);
172 static void tcx_set_video(struct tcx_softc *, int);
173 static int tcx_do_cursor(struct tcx_softc *, struct wsdisplay_cursor *);
174 static void tcx_set_cursor(struct tcx_softc *);
208 struct tcx_softc *sc = device_private(self);
442 struct tcx_softc *sc = device_lookup_private(&tcx_cd, minor(dev));
452 struct tcx_softc *sc = device_lookup_private(&tcx_cd, minor(dev));
524 tcx_reset(struct tcx_softc *sc)
534 tcx_init_cmap(struct tcx_softc *sc)
551 tcx_loadcmap(struct tcx_softc *sc, int start, int ncolors)
571 struct tcx_softc *sc = device_private(dev);
585 tcx_set_video(struct tcx_softc *sc, int unblank)
640 struct tcx_softc *sc = device_lookup_private(&tcx_cd, minor(dev));
723 struct tcx_softc *sc = vd->cookie;
834 struct tcx_softc *sc = vd->cookie;
859 struct tcx_softc *sc = cookie;
887 tcx_clearscreen(struct tcx_softc *sc, int spc)
907 struct tcx_softc *sc = scr->scr_cookie;
952 struct tcx_softc *sc = scr->scr_cookie;
984 struct tcx_softc *sc = scr->scr_cookie;
1108 tcx_do_cursor(struct tcx_softc *sc, struct wsdisplay_cursor *cur)
1191 tcx_set_cursor(struct tcx_softc *sc)