Home
last modified time | relevance | path

Searched refs:vga_softc (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/dev/ic/
H A Dvgavar.h53 struct vga_softc *softc;
81 struct vga_softc { struct
193 void vga_common_attach(struct vga_softc *, bus_space_tag_t,
202 void vga_resume(struct vga_softc *);
H A Dvga.c591 vga_common_attach(struct vga_softc *sc, bus_space_tag_t iot, in vga_common_attach()
1542 vga_resume(struct vga_softc *sc) in vga_resume()
H A Dvga_raster.c522 vga_common_attach(struct vga_softc *sc, bus_space_tag_t iot, in vga_common_attach()
1488 vga_resume(struct vga_softc *sc) in vga_resume()
/netbsd/sys/dev/isa/
H A Dvga_isa.c52 CFATTACH_DECL_NEW(vga_isa, sizeof(struct vga_softc),
106 struct vga_softc *sc = device_private(self); in vga_isa_attach()
/netbsd/sys/arch/arc/jazz/
H A Dvga_jazzio.c66 CFATTACH_DECL_NEW(vga_jazzio, sizeof(struct vga_softc),
156 struct vga_softc *sc = device_private(self); in vga_jazzio_attach()
/netbsd/sys/arch/shark/ofw/
H A Dvga_ofbus.c56 struct vga_softc sc_vga;
105 struct vga_softc *sc = &osc->sc_vga; in vga_ofbus_attach()
/netbsd/sys/dev/pci/
H A Dvga_pci.c74 struct vga_softc sc_vga;
186 struct vga_softc *sc = &psc->sc_vga; in vga_pci_attach()