Lines Matching defs:genfb_softc
142 static int genfb_calc_hsize(struct genfb_softc *);
143 static int genfb_calc_cols(struct genfb_softc *, struct rasops_info *);
145 static int genfb_putcmap(struct genfb_softc *, struct wsdisplay_cmap *);
146 static int genfb_getcmap(struct genfb_softc *, struct wsdisplay_cmap *);
147 static int genfb_putpalreg(struct genfb_softc *, uint8_t, uint8_t,
149 static void genfb_init_palette(struct genfb_softc *);
155 static int genfb_setup_glyphcache(struct genfb_softc *, long);
164 static struct genfb_softc *genfb_softc = NULL;
167 genfb_init(struct genfb_softc *sc)
294 genfb_attach(struct genfb_softc *sc, struct genfb_ops *ops)
446 if (genfb_softc == NULL)
447 genfb_softc = sc;
470 struct genfb_softc *sc = vd->cookie;
615 struct genfb_softc *sc = vd->cookie;
628 struct genfb_softc *sc = vd->cookie;
643 struct genfb_softc *sc = cookie;
753 genfb_calc_hsize(struct genfb_softc *sc)
781 genfb_calc_cols(struct genfb_softc *sc, struct rasops_info *ri)
793 genfb_putcmap(struct genfb_softc *sc, struct wsdisplay_cmap *cm)
835 genfb_getcmap(struct genfb_softc *sc, struct wsdisplay_cmap *cm)
859 genfb_restore_palette(struct genfb_softc *sc)
873 genfb_init_palette(struct genfb_softc *sc)
915 genfb_putpalreg(struct genfb_softc *sc, uint8_t idx, uint8_t r, uint8_t g,
969 struct genfb_softc *sc = genfb_softc;
979 struct genfb_softc *sc = device_private(dev);
992 struct genfb_softc *sc = device_private(dev);
1005 struct genfb_softc *sc = device_private(dev);
1023 struct genfb_softc *sc = device_private(dev);
1049 genfb_setup_glyphcache(struct genfb_softc *sc, long defattr)
1117 struct genfb_softc *sc = scr->scr_cookie;