gfb_softc
struct gfb_softc *sc = device_private(self);
struct gfb_softc *sc = vd->cookie;
struct gfb_softc *sc = vd->cookie;
struct gfb_softc *sc = cookie;
gfb_putcmap(struct gfb_softc *sc, struct wsdisplay_cmap *cm)
gfb_getcmap(struct gfb_softc *sc, struct wsdisplay_cmap *cm)
gfb_restore_palette(struct gfb_softc *sc)
gfb_putpalreg(struct gfb_softc *sc, uint8_t idx, uint8_t r, uint8_t g,
CFATTACH_DECL_NEW(gfb, sizeof(struct gfb_softc),
static int gfb_putcmap(struct gfb_softc *, struct wsdisplay_cmap *);
static int gfb_getcmap(struct gfb_softc *, struct wsdisplay_cmap *);
static void gfb_restore_palette(struct gfb_softc *);
static int gfb_putpalreg(struct gfb_softc *, uint8_t, uint8_t,