Lines Matching refs:omapfb_softc

61 struct omapfb_softc {  struct
103 CFATTACH_DECL_NEW(omap3_dss, sizeof(struct omapfb_softc), argument
111 static int omapfb_putcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
112 static int omapfb_getcmap(struct omapfb_softc *, struct wsdisplay_cmap *);
113 static void omapfb_restore_palette(struct omapfb_softc *);
114 static void omapfb_putpalreg(struct omapfb_softc *, int, uint8_t,
117 static int omapfb_set_depth(struct omapfb_softc *, int);
118 static void omapfb_set_video(struct omapfb_softc *, int);
120 static void omapfb_move_cursor(struct omapfb_softc *, int, int);
121 static int omapfb_do_cursor(struct omapfb_softc *,
125 static void omapfb_init(struct omapfb_softc *);
126 static void omapfb_wait_idle(struct omapfb_softc *);
127 static void omapfb_rectfill(struct omapfb_softc *, int, int, int, int,
129 static void omapfb_bitblt(struct omapfb_softc *, int, int, int, int, int,
184 struct omapfb_softc *sc = device_private(self); in omapfb_attach()
502 struct omapfb_softc *sc = vd->cookie; in omapfb_ioctl()
636 struct omapfb_softc *sc = vd->cookie; in omapfb_mmap()
651 struct omapfb_softc *sc = cookie; in omapfb_init_screen()
690 omapfb_putcmap(struct omapfb_softc *sc, struct wsdisplay_cmap *cm) in omapfb_putcmap()
728 omapfb_getcmap(struct omapfb_softc *sc, struct wsdisplay_cmap *cm) in omapfb_getcmap()
751 omapfb_restore_palette(struct omapfb_softc *sc) in omapfb_restore_palette()
762 omapfb_putpalreg(struct omapfb_softc *sc, int idx, uint8_t r, uint8_t g, in omapfb_putpalreg()
775 omapfb_set_depth(struct omapfb_softc *sc, int d) in omapfb_set_depth()
819 omapfb_set_video(struct omapfb_softc *sc, int on) in omapfb_set_video()
852 omapfb_init(struct omapfb_softc *sc) in omapfb_init()
862 omapfb_wait_idle(struct omapfb_softc *sc) in omapfb_wait_idle()
868 omapfb_rectfill(struct omapfb_softc *sc, int x, int y, int wi, int he, in omapfb_rectfill()
921 omapfb_bitblt(struct omapfb_softc *sc, int xs, int ys, int xd, int yd, in omapfb_bitblt()
991 struct omapfb_softc *sc = scr->scr_cookie; in omapfb_cursor()
1021 struct omapfb_softc *sc = scr->scr_cookie; in omapfb_putchar()
1043 struct omapfb_softc *sc = scr->scr_cookie; in omapfb_copycols()
1061 struct omapfb_softc *sc = scr->scr_cookie; in omapfb_erasecols()
1080 struct omapfb_softc *sc = scr->scr_cookie; in omapfb_copyrows()
1098 struct omapfb_softc *sc = scr->scr_cookie; in omapfb_eraserows()
1114 omapfb_move_cursor(struct omapfb_softc *sc, int x, int y) in omapfb_move_cursor()
1167 omapfb_do_cursor(struct omapfb_softc * sc, in omapfb_do_cursor()