Symbol: cgthree_softc
sys/dev/sbus/cgthree_sbus.c
110
CFATTACH_DECL_NEW(cgthree_sbus, sizeof(struct cgthree_softc),
sys/dev/sbus/cgthree_sbus.c
133
struct cgthree_softc *sc = device_private(self);
sys/dev/sun/cgthree.c
117
static void cg3_setup_palette(struct cgthree_softc *);
sys/dev/sun/cgthree.c
132
int cgthree_putcmap(struct cgthree_softc *, struct wsdisplay_cmap *);
sys/dev/sun/cgthree.c
133
int cgthree_getcmap(struct cgthree_softc *, struct wsdisplay_cmap *);
sys/dev/sun/cgthree.c
161
cgthreeattach(struct cgthree_softc *sc, const char *name, int isconsole)
sys/dev/sun/cgthree.c
263
struct cgthree_softc *sc = device_lookup_private(&cgthree_cd,
sys/dev/sun/cgthree.c
321
struct cgthree_softc *sc = device_private(self);
sys/dev/sun/cgthree.c
327
cgthree_set_video(struct cgthree_softc *sc, int enable)
sys/dev/sun/cgthree.c
337
cgthree_get_video(struct cgthree_softc *sc)
sys/dev/sun/cgthree.c
347
cgthreeloadcmap(struct cgthree_softc *sc, int start, int ncolors)
sys/dev/sun/cgthree.c
378
struct cgthree_softc *sc = device_lookup_private(&cgthree_cd,
sys/dev/sun/cgthree.c
404
cg3_setup_palette(struct cgthree_softc *sc)
sys/dev/sun/cgthree.c
426
struct cgthree_softc *sc = vd->cookie;
sys/dev/sun/cgthree.c
477
struct cgthree_softc *sc = vd->cookie;
sys/dev/sun/cgthree.c
489
cgthree_putcmap(struct cgthree_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/sun/cgthree.c
519
cgthree_getcmap(struct cgthree_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/sun/cgthree.c
551
struct cgthree_softc *sc = cookie;
sys/dev/sun/cgthree.c
74
static void cgthreeloadcmap(struct cgthree_softc *, int, int);
sys/dev/sun/cgthree.c
75
static void cgthree_set_video(struct cgthree_softc *, int);
sys/dev/sun/cgthree.c
76
static int cgthree_get_video(struct cgthree_softc *);
sys/dev/sun/cgthreevar.h
57
void cgthreeattach(struct cgthree_softc *, const char *, int);