HomeSort by: relevance | last modified time | path
    Searched defs:genfb_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/wsfb/
genfbvar.h 61 struct genfb_softc;
100 bool (*gmc_setmode)(struct genfb_softc *, int);
103 struct genfb_softc { struct
119 void genfb_init(struct genfb_softc *);
120 int genfb_attach(struct genfb_softc *, struct genfb_ops *);
122 void genfb_restore_palette(struct genfb_softc *);
genfb.c 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; variable in typeref:struct:genfb_softc *
167 genfb_init(struct genfb_softc *sc
    [all...]

Completed in 12 milliseconds