Lines Matching defs:omapfb_softc
62 struct omapfb_softc {
104 CFATTACH_DECL_NEW(omap3_dss, sizeof(struct omapfb_softc),
112 static int omapfb_putcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
113 static int omapfb_getcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
114 static void omapfb_restore_palette(struct omapfb_softc *);
115 static void omapfb_putpalreg(struct omapfb_softc *, int, uint8_t,
118 static int omapfb_set_depth(struct omapfb_softc *, int);
119 static void omapfb_set_video(struct omapfb_softc *, int);
121 static void omapfb_move_cursor(struct omapfb_softc *, int, int);
122 static int omapfb_do_cursor(struct omapfb_softc *,
126 static void omapfb_init(struct omapfb_softc *);
127 static void omapfb_wait_idle(struct omapfb_softc *);
128 static void omapfb_rectfill(struct omapfb_softc *, int, int, int, int,
130 static void omapfb_bitblt(struct omapfb_softc *, int, int, int, int, int,
185 struct omapfb_softc *sc = device_private(self);
503 struct omapfb_softc *sc = vd->cookie;
637 struct omapfb_softc *sc = vd->cookie;
652 struct omapfb_softc *sc = cookie;
691 omapfb_putcmap(struct omapfb_softc *sc, struct wsdisplay_cmap *cm)
729 omapfb_getcmap(struct omapfb_softc *sc, struct wsdisplay_cmap *cm)
752 omapfb_restore_palette(struct omapfb_softc *sc)
763 omapfb_putpalreg(struct omapfb_softc *sc, int idx, uint8_t r, uint8_t g,
776 omapfb_set_depth(struct omapfb_softc *sc, int d)
820 omapfb_set_video(struct omapfb_softc *sc, int on)
853 omapfb_init(struct omapfb_softc *sc)
863 omapfb_wait_idle(struct omapfb_softc *sc)
869 omapfb_rectfill(struct omapfb_softc *sc, int x, int y, int wi, int he,
922 omapfb_bitblt(struct omapfb_softc *sc, int xs, int ys, int xd, int yd,
992 struct omapfb_softc *sc = scr->scr_cookie;
1022 struct omapfb_softc *sc = scr->scr_cookie;
1044 struct omapfb_softc *sc = scr->scr_cookie;
1062 struct omapfb_softc *sc = scr->scr_cookie;
1081 struct omapfb_softc *sc = scr->scr_cookie;
1099 struct omapfb_softc *sc = scr->scr_cookie;
1115 omapfb_move_cursor(struct omapfb_softc *sc, int x, int y)
1168 omapfb_do_cursor(struct omapfb_softc * sc,