Symbol: bochsfb_softc
sys/dev/pci/bochsfb.c
110
struct bochsfb_softc *sc = device_private(self);
sys/dev/pci/bochsfb.c
265
struct bochsfb_softc *sc = cookie;
sys/dev/pci/bochsfb.c
303
bochsfb_write_dispi(struct bochsfb_softc *sc, uint16_t reg, uint16_t val)
sys/dev/pci/bochsfb.c
322
bochsfb_read_dispi(struct bochsfb_softc *sc, uint16_t reg)
sys/dev/pci/bochsfb.c
341
bochsfb_write_vga(struct bochsfb_softc *sc, uint16_t reg, uint8_t val)
sys/dev/pci/bochsfb.c
358
bochsfb_read_vga(struct bochsfb_softc *sc, uint16_t reg)
sys/dev/pci/bochsfb.c
373
bochsfb_identify(struct bochsfb_softc *sc)
sys/dev/pci/bochsfb.c
390
static int bochsfb_edid_mode(struct bochsfb_softc *sc)
sys/dev/pci/bochsfb.c
434
bochsfb_set_videomode(struct bochsfb_softc *sc)
sys/dev/pci/bochsfb.c
456
bochsfb_set_blanking(struct bochsfb_softc *sc, int blank)
sys/dev/pci/bochsfb.c
473
struct bochsfb_softc *sc;
sys/dev/pci/bochsfb.c
552
struct bochsfb_softc *sc;
sys/dev/pci/bochsfb.c
62
static void bochsfb_write_dispi(struct bochsfb_softc *sc, uint16_t reg,
sys/dev/pci/bochsfb.c
64
static uint16_t bochsfb_read_dispi(struct bochsfb_softc *sc, uint16_t reg);
sys/dev/pci/bochsfb.c
65
static void bochsfb_write_vga(struct bochsfb_softc *sc, uint16_t reg,
sys/dev/pci/bochsfb.c
67
static uint8_t bochsfb_read_vga(struct bochsfb_softc *sc, uint16_t reg);
sys/dev/pci/bochsfb.c
68
static void bochsfb_set_blanking(struct bochsfb_softc *sc, int blank);
sys/dev/pci/bochsfb.c
70
static bool bochsfb_identify(struct bochsfb_softc *sc);
sys/dev/pci/bochsfb.c
71
static int bochsfb_edid_mode(struct bochsfb_softc *sc);
sys/dev/pci/bochsfb.c
72
static bool bochsfb_set_videomode(struct bochsfb_softc *sc);
sys/dev/pci/bochsfb.c
80
CFATTACH_DECL_NEW(bochsfb, sizeof(struct bochsfb_softc),