Lines Matching defs:cgtwelve_softc
63 struct cgtwelve_softc {
87 static void cgtwelve_write_wid(struct cgtwelve_softc *, int, uint8_t);
88 static void cgtwelve_select_ovl(struct cgtwelve_softc *, int);
94 static void cgtwelve_write_dac(struct cgtwelve_softc *, int, int, int, int);
95 static void cgtwelve_setup(struct cgtwelve_softc *, int);
97 CFATTACH_DECL_NEW(cgtwelve, sizeof(struct cgtwelve_softc),
149 struct cgtwelve_softc *sc = device_private(self);
277 cgtwelve_select_ovl(struct cgtwelve_softc *sc, int which)
344 cgtwelve_write_wid(struct cgtwelve_softc *sc, int idx, uint8_t wid)
352 cgtwelve_write_dac(struct cgtwelve_softc *sc, int idx, int r, int g, int b)
366 cgtwelve_setup(struct cgtwelve_softc *sc, int depth)
460 struct cgtwelve_softc *sc = cookie;
504 struct cgtwelve_softc *sc = vd->cookie;
567 struct cgtwelve_softc *sc = vd->cookie;