Symbol: genfb_softc
sys/arch/arm/amlogic/meson_genfb.c
94
struct genfb_softc sc_gen;
sys/arch/arm/broadcom/bcm2835_genfb.c
50
struct genfb_softc sc_gen;
sys/arch/arm/fdt/plfb_fdt.c
77
struct genfb_softc sc_gen;
sys/arch/arm/imx/imx_genfb.c
55
struct genfb_softc sc_gen;
sys/arch/arm/sunxi/sunxi_debe.c
711
struct genfb_softc sc_gen;
sys/arch/evbppc/nintendo/dev/wiifb.c
129
struct genfb_softc sc_gen;
sys/arch/evbppc/nintendo/dev/wiiufb.c
108
struct genfb_softc sc_gen;
sys/arch/mac68k/dev/genfb_grfbus.c
82
struct genfb_softc sc_gen;
sys/arch/vax/uba/qv.c
188
struct genfb_softc sc_gen;
sys/arch/x86/pci/pci_machdep.c
1062
x86_genfb_setmode(struct genfb_softc *sc, int newmode)
sys/arch/x86/x86/hyperv.c
1028
x86_genfb_setmode(struct genfb_softc *sc, int newmode)
sys/dev/fdt/simplefb.c
50
struct genfb_softc sc_gen;
sys/dev/hyperv/genfb_vmbusvar.h
35
struct genfb_softc sc_gen;
sys/dev/pci/genfb_pcivar.h
41
struct genfb_softc sc_gen;
sys/dev/sbus/genfb_sbus.c
54
struct genfb_softc sc_gen;
sys/dev/wsfb/genfb.c
1005
struct genfb_softc *sc = device_private(dev);
sys/dev/wsfb/genfb.c
1023
struct genfb_softc *sc = device_private(dev);
sys/dev/wsfb/genfb.c
1049
genfb_setup_glyphcache(struct genfb_softc *sc, long defattr)
sys/dev/wsfb/genfb.c
1117
struct genfb_softc *sc = scr->scr_cookie;
sys/dev/wsfb/genfb.c
142
static int genfb_calc_hsize(struct genfb_softc *);
sys/dev/wsfb/genfb.c
143
static int genfb_calc_cols(struct genfb_softc *, struct rasops_info *);
sys/dev/wsfb/genfb.c
145
static int genfb_putcmap(struct genfb_softc *, struct wsdisplay_cmap *);
sys/dev/wsfb/genfb.c
146
static int genfb_getcmap(struct genfb_softc *, struct wsdisplay_cmap *);
sys/dev/wsfb/genfb.c
147
static int genfb_putpalreg(struct genfb_softc *, uint8_t, uint8_t,
sys/dev/wsfb/genfb.c
149
static void genfb_init_palette(struct genfb_softc *);
sys/dev/wsfb/genfb.c
155
static int genfb_setup_glyphcache(struct genfb_softc *, long);
sys/dev/wsfb/genfb.c
164
static struct genfb_softc *genfb_softc = NULL;
sys/dev/wsfb/genfb.c
167
genfb_init(struct genfb_softc *sc)
sys/dev/wsfb/genfb.c
294
genfb_attach(struct genfb_softc *sc, struct genfb_ops *ops)
sys/dev/wsfb/genfb.c
446
if (genfb_softc == NULL)
sys/dev/wsfb/genfb.c
447
genfb_softc = sc;
sys/dev/wsfb/genfb.c
470
struct genfb_softc *sc = vd->cookie;
sys/dev/wsfb/genfb.c
615
struct genfb_softc *sc = vd->cookie;
sys/dev/wsfb/genfb.c
628
struct genfb_softc *sc = vd->cookie;
sys/dev/wsfb/genfb.c
643
struct genfb_softc *sc = cookie;
sys/dev/wsfb/genfb.c
753
genfb_calc_hsize(struct genfb_softc *sc)
sys/dev/wsfb/genfb.c
781
genfb_calc_cols(struct genfb_softc *sc, struct rasops_info *ri)
sys/dev/wsfb/genfb.c
793
genfb_putcmap(struct genfb_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/wsfb/genfb.c
835
genfb_getcmap(struct genfb_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/wsfb/genfb.c
859
genfb_restore_palette(struct genfb_softc *sc)
sys/dev/wsfb/genfb.c
873
genfb_init_palette(struct genfb_softc *sc)
sys/dev/wsfb/genfb.c
915
genfb_putpalreg(struct genfb_softc *sc, uint8_t idx, uint8_t r, uint8_t g,
sys/dev/wsfb/genfb.c
969
struct genfb_softc *sc = genfb_softc;
sys/dev/wsfb/genfb.c
979
struct genfb_softc *sc = device_private(dev);
sys/dev/wsfb/genfb.c
992
struct genfb_softc *sc = device_private(dev);
sys/dev/wsfb/genfbvar.h
100
bool (*gmc_setmode)(struct genfb_softc *, int);
sys/dev/wsfb/genfbvar.h
119
void genfb_init(struct genfb_softc *);
sys/dev/wsfb/genfbvar.h
120
int genfb_attach(struct genfb_softc *, struct genfb_ops *);
sys/dev/wsfb/genfbvar.h
122
void genfb_restore_palette(struct genfb_softc *);
sys/dev/wsfb/genfbvar.h
61
struct genfb_softc;