HomeSort by: relevance | last modified time | path
    Searched defs:tcx_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
tcx.c 80 struct tcx_softc { struct
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)
    [all...]
tcx.c 80 struct tcx_softc { struct
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)
    [all...]

Completed in 64 milliseconds