Lines Matching refs:ffb_softc

120 static int ffb_blank(struct ffb_softc *, u_long, u_int *);
122 void ffb_ras_fifo_wait(struct ffb_softc *, int);
123 void ffb_ras_wait(struct ffb_softc *);
124 void ffb_ras_init(struct ffb_softc *);
128 void ffb_ras_fill(struct ffb_softc *);
129 void ffb_ras_invert(struct ffb_softc *);
130 static void ffb_ras_setfg(struct ffb_softc *, int32_t);
131 static void ffb_ras_setbg(struct ffb_softc *, int32_t);
133 void ffb_clearscreen(struct ffb_softc *);
182 void ffb_attach_i2c(struct ffb_softc *);
185 int ffb_tgc_disable(struct ffb_softc *);
187 int ffb_set_vmode(struct ffb_softc *, struct videomode *, int, int *, int *);
193 struct ffb_softc *sc = device_private(self); in ffb_attach()
383 ffb_attach_i2c(struct ffb_softc *sc) in ffb_attach_i2c()
400 struct ffb_softc *sc = vd->cookie; in ffb_ioctl()
520 ffb_blank(struct ffb_softc *sc, u_long cmd, u_int *data) in ffb_blank()
565 struct ffb_softc *sc = vd->cookie; in ffb_mmap()
597 ffb_ras_fifo_wait(struct ffb_softc *sc, int n) in ffb_ras_fifo_wait()
611 ffb_ras_wait(struct ffb_softc *sc) in ffb_ras_wait()
626 ffb_ras_init(struct ffb_softc *sc) in ffb_ras_init()
672 struct ffb_softc *sc = scr->scr_cookie; in ffb_ras_eraserows()
707 struct ffb_softc *sc = scr->scr_cookie; in ffb_ras_erasecols()
735 ffb_ras_fill(struct ffb_softc *sc) in ffb_ras_fill()
748 ffb_ras_invert(struct ffb_softc *sc) in ffb_ras_invert()
765 struct ffb_softc *sc = scr->scr_cookie; in ffb_ras_copyrows()
804 ffb_ras_setfg(struct ffb_softc *sc, int32_t fg) in ffb_ras_setfg()
815 ffb_ras_setbg(struct ffb_softc *sc, int32_t bg) in ffb_ras_setbg()
829 struct ffb_softc *sc = device_private(dev); in ffbfb_unblank()
865 struct ffb_softc *sc; in ffbfb_open()
878 struct ffb_softc *sc = device_lookup_private(&ffb_cd, minor(dev)); in ffbfb_close()
895 struct ffb_softc *sc = device_lookup_private(&ffb_cd, minor(dev)); in ffbfb_ioctl()
903 struct ffb_softc *sc = device_lookup_private(&ffb_cd, minor(dev)); in ffbfb_mmap()
971 ffb_clearscreen(struct ffb_softc *sc) in ffb_clearscreen()
988 struct ffb_softc *sc; in ffb_cursor()
1046 struct ffb_softc *sc = scr->scr_cookie; in ffb_putchar_mono()
1134 struct ffb_softc *sc = scr->scr_cookie; in ffb_putchar_aa()
1239 struct ffb_softc *sc = cookie; in ffb_init_screen()
1288 struct ffb_softc *sc = cookie; in ffb_i2cbb_set_bits()
1301 struct ffb_softc *sc = cookie; in ffb_i2cbb_read()
1350 ffb_tgc_disable(struct ffb_softc *sc) in ffb_tgc_disable()
1448 ffb_set_vmode(struct ffb_softc *sc, struct videomode *mode, int btype, in ffb_set_vmode()