cgtwelve_softc
struct cgtwelve_softc *sc = device_private(self);
cgtwelve_select_ovl(struct cgtwelve_softc *sc, int which)
cgtwelve_write_wid(struct cgtwelve_softc *sc, int idx, uint8_t wid)
cgtwelve_write_dac(struct cgtwelve_softc *sc, int idx, int r, int g, int b)
cgtwelve_setup(struct cgtwelve_softc *sc, int depth)
struct cgtwelve_softc *sc = cookie;
struct cgtwelve_softc *sc = vd->cookie;
struct cgtwelve_softc *sc = vd->cookie;
static void cgtwelve_write_wid(struct cgtwelve_softc *, int, uint8_t);
static void cgtwelve_select_ovl(struct cgtwelve_softc *, int);
static void cgtwelve_write_dac(struct cgtwelve_softc *, int, int, int, int);
static void cgtwelve_setup(struct cgtwelve_softc *, int);
CFATTACH_DECL_NEW(cgtwelve, sizeof(struct cgtwelve_softc),