ofb_softc
static void ofb_putpalreg(struct ofb_softc *, int, uint8_t, uint8_t,
static int ofb_getcmap(struct ofb_softc *, struct wsdisplay_cmap *);
static int ofb_putcmap(struct ofb_softc *, struct wsdisplay_cmap *);
static void ofb_init_cmap(struct ofb_softc *);
struct ofb_softc *sc = device_private(self);
struct ofb_softc *sc = cookie;
struct ofb_softc *sc = vd->cookie;
struct ofb_softc *sc = vd->cookie;
ofb_getcmap(struct ofb_softc *sc, struct wsdisplay_cmap *cm)
ofb_putcmap(struct ofb_softc *sc, struct wsdisplay_cmap *cm)
ofb_putpalreg(struct ofb_softc *sc, int idx, uint8_t r, uint8_t g, uint8_t b)
ofb_init_cmap(struct ofb_softc *sc)
CFATTACH_DECL_NEW(ofb, sizeof(struct ofb_softc),