omapfb_softc
struct omapfb_softc *sc = scr->scr_cookie;
CFATTACH_DECL_NEW(omap3_dss, sizeof(struct omapfb_softc),
struct omapfb_softc *sc = scr->scr_cookie;
struct omapfb_softc *sc = scr->scr_cookie;
struct omapfb_softc *sc = scr->scr_cookie;
struct omapfb_softc *sc = scr->scr_cookie;
omapfb_move_cursor(struct omapfb_softc *sc, int x, int y)
static int omapfb_putcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
static int omapfb_getcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
static void omapfb_restore_palette(struct omapfb_softc *);
static void omapfb_putpalreg(struct omapfb_softc *, int, uint8_t,
omapfb_do_cursor(struct omapfb_softc * sc,
static int omapfb_set_depth(struct omapfb_softc *, int);
static void omapfb_set_video(struct omapfb_softc *, int);
static void omapfb_move_cursor(struct omapfb_softc *, int, int);
static int omapfb_do_cursor(struct omapfb_softc *,
static void omapfb_init(struct omapfb_softc *);
static void omapfb_wait_idle(struct omapfb_softc *);
static void omapfb_rectfill(struct omapfb_softc *, int, int, int, int,
static void omapfb_bitblt(struct omapfb_softc *, int, int, int, int, int,
struct omapfb_softc *sc = device_private(self);
struct omapfb_softc *sc = vd->cookie;
struct omapfb_softc *sc = vd->cookie;
struct omapfb_softc *sc = cookie;
omapfb_putcmap(struct omapfb_softc *sc, struct wsdisplay_cmap *cm)
omapfb_getcmap(struct omapfb_softc *sc, struct wsdisplay_cmap *cm)
omapfb_restore_palette(struct omapfb_softc *sc)
omapfb_putpalreg(struct omapfb_softc *sc, int idx, uint8_t r, uint8_t g,
omapfb_set_depth(struct omapfb_softc *sc, int d)
omapfb_set_video(struct omapfb_softc *sc, int on)
omapfb_init(struct omapfb_softc *sc)
omapfb_wait_idle(struct omapfb_softc *sc)
omapfb_rectfill(struct omapfb_softc *sc, int x, int y, int wi, int he,
omapfb_bitblt(struct omapfb_softc *sc, int xs, int ys, int xd, int yd,
struct omapfb_softc *sc = scr->scr_cookie;