HomeSort by: relevance | last modified time | path
    Searched refs:cgthree_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sun/
cgthreevar.h 40 struct cgthree_softc { struct
57 void cgthreeattach(struct cgthree_softc *, const char *, int);
cgthree.c 74 static void cgthreeloadcmap(struct cgthree_softc *, int, int);
75 static void cgthree_set_video(struct cgthree_softc *, int);
76 static int cgthree_get_video(struct cgthree_softc *);
117 static void cg3_setup_palette(struct cgthree_softc *);
132 int cgthree_putcmap(struct cgthree_softc *, struct wsdisplay_cmap *);
133 int cgthree_getcmap(struct cgthree_softc *, struct wsdisplay_cmap *);
161 cgthreeattach(struct cgthree_softc *sc, const char *name, int isconsole)
263 struct cgthree_softc *sc = device_lookup_private(&cgthree_cd,
321 struct cgthree_softc *sc = device_private(self);
327 cgthree_set_video(struct cgthree_softc *sc, int enable
    [all...]
  /src/sys/dev/sbus/
cgthree_sbus.c 110 CFATTACH_DECL_NEW(cgthree_sbus, sizeof(struct cgthree_softc),
133 struct cgthree_softc *sc = device_private(self);

Completed in 14 milliseconds