genfb_softc
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
x86_genfb_setmode(struct genfb_softc *sc, int newmode)
x86_genfb_setmode(struct genfb_softc *sc, int newmode)
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc sc_gen;
struct genfb_softc *sc = device_private(dev);
struct genfb_softc *sc = device_private(dev);
genfb_setup_glyphcache(struct genfb_softc *sc, long defattr)
struct genfb_softc *sc = scr->scr_cookie;
static int genfb_calc_hsize(struct genfb_softc *);
static int genfb_calc_cols(struct genfb_softc *, struct rasops_info *);
static int genfb_putcmap(struct genfb_softc *, struct wsdisplay_cmap *);
static int genfb_getcmap(struct genfb_softc *, struct wsdisplay_cmap *);
static int genfb_putpalreg(struct genfb_softc *, uint8_t, uint8_t,
static void genfb_init_palette(struct genfb_softc *);
static int genfb_setup_glyphcache(struct genfb_softc *, long);
static struct genfb_softc *genfb_softc = NULL;
genfb_init(struct genfb_softc *sc)
genfb_attach(struct genfb_softc *sc, struct genfb_ops *ops)
if (genfb_softc == NULL)
genfb_softc = sc;
struct genfb_softc *sc = vd->cookie;
struct genfb_softc *sc = vd->cookie;
struct genfb_softc *sc = vd->cookie;
struct genfb_softc *sc = cookie;
genfb_calc_hsize(struct genfb_softc *sc)
genfb_calc_cols(struct genfb_softc *sc, struct rasops_info *ri)
genfb_putcmap(struct genfb_softc *sc, struct wsdisplay_cmap *cm)
genfb_getcmap(struct genfb_softc *sc, struct wsdisplay_cmap *cm)
genfb_restore_palette(struct genfb_softc *sc)
genfb_init_palette(struct genfb_softc *sc)
genfb_putpalreg(struct genfb_softc *sc, uint8_t idx, uint8_t r, uint8_t g,
struct genfb_softc *sc = genfb_softc;
struct genfb_softc *sc = device_private(dev);
struct genfb_softc *sc = device_private(dev);
bool (*gmc_setmode)(struct genfb_softc *, int);
void genfb_init(struct genfb_softc *);
int genfb_attach(struct genfb_softc *, struct genfb_ops *);
void genfb_restore_palette(struct genfb_softc *);
struct genfb_softc;