Lines Matching refs:wcfb_softc

65 struct wcfb_softc {  struct
105 CFATTACH_DECL_NEW(wcfb, sizeof(struct wcfb_softc), argument
133 static void wcfb_putpalreg(struct wcfb_softc *, int, int, int, int);
135 static void wcfb_bitblt(struct wcfb_softc *, int, int, int, int, int,
137 static void wcfb_rectfill(struct wcfb_softc *, int, int, int, int, int);
138 static void wcfb_rop_common(struct wcfb_softc *, bus_addr_t, int, int, int,
140 static void wcfb_rop_jfb(struct wcfb_softc *, int, int, int, int, int, int,
142 static int wcfb_rop_wait(struct wcfb_softc *);
159 struct wcfb_softc *sc = device_private(self); in wcfb_attach()
342 wcfb_putcmap(struct wcfb_softc *sc, struct wsdisplay_cmap *cm) in wcfb_putcmap()
380 wcfb_getcmap(struct wcfb_softc *sc, struct wsdisplay_cmap *cm) in wcfb_getcmap()
407 struct wcfb_softc *sc = vd->cookie; in wcfb_ioctl()
470 struct wcfb_softc *sc = vd->cookie; in wcfb_mmap()
498 struct wcfb_softc *sc = cookie; in wcfb_init_screen()
551 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_putchar()
571 wcfb_putpalreg(struct wcfb_softc *sc, int i, int r, int g, int b) in wcfb_putpalreg()
585 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_cursor()
626 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_copycols()
650 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_erasecols()
675 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_copyrows()
700 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_eraserows()
721 wcfb_bitblt(struct wcfb_softc *sc, int sx, int sy, int dx, int dy, int w, in wcfb_bitblt()
729 wcfb_rectfill(struct wcfb_softc *sc, int x, int y, int w, int h, int bg) in wcfb_rectfill()
747 wcfb_rop_common(struct wcfb_softc *sc, bus_addr_t reg, int sx, int sy, in wcfb_rop_common()
794 wcfb_rop_jfb(struct wcfb_softc *sc, int sx, int sy, int dx, int dy, in wcfb_rop_jfb()
829 wcfb_rop_wait(struct wcfb_softc *sc) in wcfb_rop_wait()
848 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_acc_putchar()
875 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_acc_cursor()
909 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_acc_copycols()
928 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_acc_erasecols()
947 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_acc_copyrows()
965 struct wcfb_softc *sc = scr->scr_cookie; in wcfb_acc_eraserows()