r128fb_softc
struct r128fb_softc *sc = scr->scr_cookie;
static int r128fb_putcmap(struct r128fb_softc *, struct wsdisplay_cmap *);
static int r128fb_getcmap(struct r128fb_softc *, struct wsdisplay_cmap *);
struct r128fb_softc *sc = scr->scr_cookie;
static void r128fb_restore_palette(struct r128fb_softc *);
static int r128fb_putpalreg(struct r128fb_softc *, uint8_t, uint8_t,
struct r128fb_softc *sc = scr->scr_cookie;
struct r128fb_softc *sc = scr->scr_cookie;
static void r128fb_init(struct r128fb_softc *);
r128fb_set_backlight(struct r128fb_softc *sc, int level)
static void r128fb_flush_engine(struct r128fb_softc *);
static void r128fb_rectfill(struct r128fb_softc *, int, int, int, int,
r128fb_switch_backlight(struct r128fb_softc *sc, int on)
struct r128fb_softc *sc = device_private(dev);
struct r128fb_softc *sc = device_private(dev);
static void r128fb_set_backlight(struct r128fb_softc *, int);
static void r128fb_switch_backlight(struct r128fb_softc *, int);
r128fb_wait(struct r128fb_softc *sc, int slots)
r128fb_flush_engine(struct r128fb_softc *sc)
struct r128fb_softc *sc = device_private(self);
struct r128fb_softc *sc = vd->cookie;
struct r128fb_softc *sc = vd->cookie;
struct r128fb_softc *sc = cookie;
r128fb_putcmap(struct r128fb_softc *sc, struct wsdisplay_cmap *cm)
r128fb_getcmap(struct r128fb_softc *sc, struct wsdisplay_cmap *cm)
r128fb_restore_palette(struct r128fb_softc *sc)
r128fb_putpalreg(struct r128fb_softc *sc, uint8_t idx, uint8_t r, uint8_t g,
r128fb_init(struct r128fb_softc *sc)
r128fb_rectfill(struct r128fb_softc *sc, int x, int y, int wi, int he,
struct r128fb_softc *sc = cookie;
struct r128fb_softc *sc = scr->scr_cookie;
struct r128fb_softc *sc = scr->scr_cookie;
struct r128fb_softc *sc = scr->scr_cookie;
CFATTACH_DECL_NEW(r128fb, sizeof(struct r128fb_softc),