bochsfb_softc
struct bochsfb_softc *sc = device_private(self);
struct bochsfb_softc *sc = cookie;
bochsfb_write_dispi(struct bochsfb_softc *sc, uint16_t reg, uint16_t val)
bochsfb_read_dispi(struct bochsfb_softc *sc, uint16_t reg)
bochsfb_write_vga(struct bochsfb_softc *sc, uint16_t reg, uint8_t val)
bochsfb_read_vga(struct bochsfb_softc *sc, uint16_t reg)
bochsfb_identify(struct bochsfb_softc *sc)
static int bochsfb_edid_mode(struct bochsfb_softc *sc)
bochsfb_set_videomode(struct bochsfb_softc *sc)
bochsfb_set_blanking(struct bochsfb_softc *sc, int blank)
struct bochsfb_softc *sc;
struct bochsfb_softc *sc;
static void bochsfb_write_dispi(struct bochsfb_softc *sc, uint16_t reg,
static uint16_t bochsfb_read_dispi(struct bochsfb_softc *sc, uint16_t reg);
static void bochsfb_write_vga(struct bochsfb_softc *sc, uint16_t reg,
static uint8_t bochsfb_read_vga(struct bochsfb_softc *sc, uint16_t reg);
static void bochsfb_set_blanking(struct bochsfb_softc *sc, int blank);
static bool bochsfb_identify(struct bochsfb_softc *sc);
static int bochsfb_edid_mode(struct bochsfb_softc *sc);
static bool bochsfb_set_videomode(struct bochsfb_softc *sc);
CFATTACH_DECL_NEW(bochsfb, sizeof(struct bochsfb_softc),