tx3912video_softc
void tx3912video_hpcfbinit(struct tx3912video_softc *);
void tx3912video_clut_init(struct tx3912video_softc *);
void tx3912video_clut_get(struct tx3912video_softc *, u_int32_t *, int,
CFATTACH_DECL_NEW(tx3912video, sizeof(struct tx3912video_softc),
struct tx3912video_softc *sc = device_private(self);
struct tx3912video_softc *sc = ctx;
tx3912video_hpcfbinit(struct tx3912video_softc *sc)
struct tx3912video_softc *sc = (struct tx3912video_softc *)v;
struct tx3912video_softc *sc = (struct tx3912video_softc *)ctx;
tx3912video_clut_get(struct tx3912video_softc *sc, u_int32_t *rgb, int beg,
struct tx3912video_softc *sc = ctx;
tx3912video_clut_init(struct tx3912video_softc *sc)