vga_pci_softc      48 dev/pci/agp.c  struct agp_memory *agp_find_memory(struct vga_pci_softc *sc, int id);
vga_pci_softc      58 dev/pci/agp.c  	struct vga_pci_softc *sc = (struct vga_pci_softc *)self;
vga_pci_softc     123 dev/pci/agp.c  	struct vga_pci_softc* sc = (struct vga_pci_softc *)vs->vc_softc;
vga_pci_softc     139 dev/pci/agp.c  	struct vga_pci_softc *sc = (struct vga_pci_softc *)vc->vc_softc;
vga_pci_softc     272 dev/pci/agp.c  	struct vga_pci_softc *sc = (struct vga_pci_softc *)vc->vc_softc;
vga_pci_softc     295 dev/pci/agp.c  agp_find_memory(struct vga_pci_softc *sc, int id)
vga_pci_softc     353 dev/pci/agp.c  agp_map_aperture(struct vga_pci_softc *sc, u_int32_t bar, u_int32_t memtype)
vga_pci_softc     368 dev/pci/agp.c  agp_alloc_gatt(struct vga_pci_softc *sc)
vga_pci_softc     394 dev/pci/agp.c  agp_free_gatt(struct vga_pci_softc *sc, struct agp_gatt *gatt)
vga_pci_softc     402 dev/pci/agp.c  agp_generic_detach(struct vga_pci_softc *sc)
vga_pci_softc     410 dev/pci/agp.c  agp_generic_enable(struct vga_pci_softc *sc, u_int32_t mode)
vga_pci_softc     468 dev/pci/agp.c  agp_generic_alloc_memory(struct vga_pci_softc *sc, int type, vsize_t size)
vga_pci_softc     497 dev/pci/agp.c  agp_generic_free_memory(struct vga_pci_softc *sc, struct agp_memory *mem)
vga_pci_softc     510 dev/pci/agp.c  agp_generic_bind_memory(struct vga_pci_softc *sc, struct agp_memory *mem,
vga_pci_softc     641 dev/pci/agp.c  agp_generic_unbind_memory(struct vga_pci_softc *sc, struct agp_memory *mem)
vga_pci_softc      58 dev/pci/agp_ali.c u_int32_t agp_ali_get_aperture(struct vga_pci_softc *);
vga_pci_softc      59 dev/pci/agp_ali.c int	agp_ali_set_aperture(struct vga_pci_softc *sc, u_int32_t);
vga_pci_softc      60 dev/pci/agp_ali.c int	agp_ali_bind_page(struct vga_pci_softc *, off_t, bus_addr_t);
vga_pci_softc      61 dev/pci/agp_ali.c int	agp_ali_unbind_page(struct vga_pci_softc *, off_t);
vga_pci_softc      62 dev/pci/agp_ali.c void	agp_ali_flush_tlb(struct vga_pci_softc *);
vga_pci_softc      78 dev/pci/agp_ali.c agp_ali_attach(struct vga_pci_softc *sc, struct pci_attach_args *pa,
vga_pci_softc     133 dev/pci/agp_ali.c agp_ali_detach(struct vga_pci_softc *sc)
vga_pci_softc     178 dev/pci/agp_ali.c agp_ali_get_aperture(struct vga_pci_softc *sc)
vga_pci_softc     194 dev/pci/agp_ali.c agp_ali_set_aperture(struct vga_pci_softc *sc, u_int32_t aperture)
vga_pci_softc     213 dev/pci/agp_ali.c agp_ali_bind_page(struct vga_pci_softc *sc, off_t offset, bus_addr_t physical)
vga_pci_softc     225 dev/pci/agp_ali.c agp_ali_unbind_page(struct vga_pci_softc *sc, off_t offset)
vga_pci_softc     237 dev/pci/agp_ali.c agp_ali_flush_tlb(struct vga_pci_softc *sc)
vga_pci_softc      77 dev/pci/agp_amd.c static u_int32_t agp_amd_get_aperture(struct vga_pci_softc *);
vga_pci_softc      78 dev/pci/agp_amd.c static int agp_amd_set_aperture(struct vga_pci_softc *, u_int32_t);
vga_pci_softc      79 dev/pci/agp_amd.c static int agp_amd_bind_page(struct vga_pci_softc *, off_t, bus_addr_t);
vga_pci_softc      80 dev/pci/agp_amd.c static int agp_amd_unbind_page(struct vga_pci_softc *, off_t);
vga_pci_softc      81 dev/pci/agp_amd.c static void agp_amd_flush_tlb(struct vga_pci_softc *);
vga_pci_softc      99 dev/pci/agp_amd.c agp_amd_alloc_gatt(struct vga_pci_softc *sc)
vga_pci_softc     148 dev/pci/agp_amd.c agp_amd_free_gatt(struct vga_pci_softc *sc, struct agp_amd_gatt *gatt)
vga_pci_softc     158 dev/pci/agp_amd.c agp_amd_attach(struct vga_pci_softc *sc, struct pci_attach_args *pa, struct pci_attach_args *pchb_pa)
vga_pci_softc     225 dev/pci/agp_amd.c agp_amd_detach(struct vga_pci_softc *sc)
vga_pci_softc     254 dev/pci/agp_amd.c agp_amd_get_aperture(struct vga_pci_softc *sc)
vga_pci_softc     268 dev/pci/agp_amd.c agp_amd_set_aperture(struct vga_pci_softc *sc, u_int32_t aperture)
vga_pci_softc     292 dev/pci/agp_amd.c agp_amd_bind_page(struct vga_pci_softc *sc, off_t offset, bus_addr_t physical)
vga_pci_softc     304 dev/pci/agp_amd.c agp_amd_unbind_page(struct vga_pci_softc *sc, off_t offset)
vga_pci_softc     316 dev/pci/agp_amd.c agp_amd_flush_tlb(struct vga_pci_softc *sc)
vga_pci_softc      82 dev/pci/agp_i810.c u_int32_t agp_i810_get_aperture(struct vga_pci_softc *);
vga_pci_softc      83 dev/pci/agp_i810.c int	agp_i810_set_aperture(struct vga_pci_softc *, u_int32_t);
vga_pci_softc      84 dev/pci/agp_i810.c int	agp_i810_bind_page(struct vga_pci_softc *, off_t, bus_addr_t);
vga_pci_softc      85 dev/pci/agp_i810.c int	agp_i810_unbind_page(struct vga_pci_softc *, off_t);
vga_pci_softc      86 dev/pci/agp_i810.c void	agp_i810_flush_tlb(struct vga_pci_softc *);
vga_pci_softc      87 dev/pci/agp_i810.c int	agp_i810_enable(struct vga_pci_softc *, u_int32_t mode);
vga_pci_softc      89 dev/pci/agp_i810.c 	agp_i810_alloc_memory(struct vga_pci_softc *, int, vsize_t);
vga_pci_softc      90 dev/pci/agp_i810.c int	agp_i810_free_memory(struct vga_pci_softc *, struct agp_memory *);
vga_pci_softc      91 dev/pci/agp_i810.c int	agp_i810_bind_memory(struct vga_pci_softc *, struct agp_memory *,
vga_pci_softc      93 dev/pci/agp_i810.c int	agp_i810_unbind_memory(struct vga_pci_softc *, struct agp_memory *);
vga_pci_softc     110 dev/pci/agp_i810.c agp_i810_attach(struct vga_pci_softc *sc, struct pci_attach_args *pa,
vga_pci_softc     445 dev/pci/agp_i810.c agp_i810_get_aperture(struct vga_pci_softc *sc)
vga_pci_softc     497 dev/pci/agp_i810.c agp_i810_set_aperture(struct vga_pci_softc *sc, u_int32_t aperture)
vga_pci_softc     594 dev/pci/agp_i810.c agp_i810_bind_page(struct vga_pci_softc *sc, off_t offset, bus_addr_t physical)
vga_pci_softc     621 dev/pci/agp_i810.c agp_i810_unbind_page(struct vga_pci_softc *sc, off_t offset)
vga_pci_softc     645 dev/pci/agp_i810.c agp_i810_flush_tlb(struct vga_pci_softc *sc)
vga_pci_softc     650 dev/pci/agp_i810.c agp_i810_enable(struct vga_pci_softc *sc, u_int32_t mode)
vga_pci_softc     656 dev/pci/agp_i810.c agp_i810_alloc_memory(struct vga_pci_softc *sc, int type, vsize_t size)
vga_pci_softc     725 dev/pci/agp_i810.c agp_i810_free_memory(struct vga_pci_softc *sc, struct agp_memory *mem)
vga_pci_softc     743 dev/pci/agp_i810.c agp_i810_bind_memory(struct vga_pci_softc *sc, struct agp_memory *mem,
vga_pci_softc     789 dev/pci/agp_i810.c agp_i810_unbind_memory(struct vga_pci_softc *sc, struct agp_memory *mem)
vga_pci_softc      58 dev/pci/agp_intel.c static u_int32_t agp_intel_get_aperture(struct vga_pci_softc *);
vga_pci_softc      59 dev/pci/agp_intel.c static int agp_intel_set_aperture(struct vga_pci_softc *, u_int32_t);
vga_pci_softc      60 dev/pci/agp_intel.c static int agp_intel_bind_page(struct vga_pci_softc *, off_t, bus_addr_t);
vga_pci_softc      61 dev/pci/agp_intel.c static int agp_intel_unbind_page(struct vga_pci_softc *, off_t);
vga_pci_softc      62 dev/pci/agp_intel.c static void agp_intel_flush_tlb(struct vga_pci_softc *);
vga_pci_softc      78 dev/pci/agp_intel.c agp_intel_attach(struct vga_pci_softc *sc, struct pci_attach_args *pa,
vga_pci_softc     143 dev/pci/agp_intel.c agp_intel_detach(struct vga_pci_softc *sc)
vga_pci_softc     166 dev/pci/agp_intel.c agp_intel_get_aperture(struct vga_pci_softc *sc)
vga_pci_softc     184 dev/pci/agp_intel.c agp_intel_set_aperture(struct vga_pci_softc *sc, u_int32_t aperture)
vga_pci_softc     208 dev/pci/agp_intel.c agp_intel_bind_page(struct vga_pci_softc *sc, off_t offset, bus_addr_t physical)
vga_pci_softc     220 dev/pci/agp_intel.c agp_intel_unbind_page(struct vga_pci_softc *sc, off_t offset)
vga_pci_softc     232 dev/pci/agp_intel.c agp_intel_flush_tlb(struct vga_pci_softc *sc)
vga_pci_softc      56 dev/pci/agp_sis.c static u_int32_t agp_sis_get_aperture(struct vga_pci_softc *);
vga_pci_softc      57 dev/pci/agp_sis.c static int agp_sis_set_aperture(struct vga_pci_softc *, u_int32_t);
vga_pci_softc      58 dev/pci/agp_sis.c static int agp_sis_bind_page(struct vga_pci_softc *, off_t, bus_addr_t);
vga_pci_softc      59 dev/pci/agp_sis.c static int agp_sis_unbind_page(struct vga_pci_softc *, off_t);
vga_pci_softc      60 dev/pci/agp_sis.c static void agp_sis_flush_tlb(struct vga_pci_softc *);
vga_pci_softc      77 dev/pci/agp_sis.c agp_sis_attach(struct vga_pci_softc *sc, struct pci_attach_args *pa,
vga_pci_softc     131 dev/pci/agp_sis.c agp_sis_detach(struct vga_pci_softc *sc)
vga_pci_softc     155 dev/pci/agp_sis.c agp_sis_get_aperture(struct vga_pci_softc *sc)
vga_pci_softc     168 dev/pci/agp_sis.c agp_sis_set_aperture(struct vga_pci_softc *sc, u_int32_t aperture)
vga_pci_softc     193 dev/pci/agp_sis.c agp_sis_bind_page(struct vga_pci_softc *sc, off_t offset, bus_addr_t physical)
vga_pci_softc     205 dev/pci/agp_sis.c agp_sis_unbind_page(struct vga_pci_softc *sc, off_t offset)
vga_pci_softc     217 dev/pci/agp_sis.c agp_sis_flush_tlb(struct vga_pci_softc *sc)
vga_pci_softc      51 dev/pci/agp_via.c static u_int32_t agp_via_get_aperture(struct vga_pci_softc *);
vga_pci_softc      52 dev/pci/agp_via.c static int agp_via_set_aperture(struct vga_pci_softc *, u_int32_t);
vga_pci_softc      53 dev/pci/agp_via.c static int agp_via_bind_page(struct vga_pci_softc *, off_t, bus_addr_t);
vga_pci_softc      54 dev/pci/agp_via.c static int agp_via_unbind_page(struct vga_pci_softc *, off_t);
vga_pci_softc      55 dev/pci/agp_via.c static void agp_via_flush_tlb(struct vga_pci_softc *);
vga_pci_softc      77 dev/pci/agp_via.c agp_via_attach(struct vga_pci_softc *sc, struct pci_attach_args *pa,
vga_pci_softc     129 dev/pci/agp_via.c agp_via_detach(struct vga_pci_softc *sc)
vga_pci_softc     148 dev/pci/agp_via.c agp_via_get_aperture(struct vga_pci_softc *sc)
vga_pci_softc     166 dev/pci/agp_via.c agp_via_set_aperture(struct vga_pci_softc *sc, u_int32_t aperture)
vga_pci_softc     191 dev/pci/agp_via.c agp_via_bind_page(struct vga_pci_softc *sc, off_t offset, bus_addr_t physical)
vga_pci_softc     203 dev/pci/agp_via.c agp_via_unbind_page(struct vga_pci_softc *sc, off_t offset)
vga_pci_softc     215 dev/pci/agp_via.c agp_via_flush_tlb(struct vga_pci_softc *sc)
vga_pci_softc      48 dev/pci/agpvar.h 	u_int32_t (*get_aperture)(struct vga_pci_softc *);
vga_pci_softc      49 dev/pci/agpvar.h 	int	(*set_aperture)(struct vga_pci_softc *, u_int32_t);
vga_pci_softc      50 dev/pci/agpvar.h 	int	(*bind_page)(struct vga_pci_softc *, off_t, bus_addr_t);
vga_pci_softc      51 dev/pci/agpvar.h 	int	(*unbind_page)(struct vga_pci_softc *, off_t);
vga_pci_softc      52 dev/pci/agpvar.h 	void	(*flush_tlb)(struct vga_pci_softc *);
vga_pci_softc      53 dev/pci/agpvar.h 	int	(*enable)(struct vga_pci_softc *, u_int32_t mode);
vga_pci_softc      55 dev/pci/agpvar.h 		(*alloc_memory)(struct vga_pci_softc *, int, vsize_t);
vga_pci_softc      56 dev/pci/agpvar.h 	int	(*free_memory)(struct vga_pci_softc *, struct agp_memory *);
vga_pci_softc      57 dev/pci/agpvar.h 	int	(*bind_memory)(struct vga_pci_softc *, struct agp_memory *,
vga_pci_softc      59 dev/pci/agpvar.h 	int	(*unbind_memory)(struct vga_pci_softc *, struct agp_memory *);
vga_pci_softc      92 dev/pci/agpvar.h int	agp_map_aperture(struct vga_pci_softc *, u_int32_t, u_int32_t);
vga_pci_softc      94 dev/pci/agpvar.h 	agp_alloc_gatt(struct vga_pci_softc *);
vga_pci_softc      95 dev/pci/agpvar.h void	agp_free_gatt(struct vga_pci_softc *, struct agp_gatt *);
vga_pci_softc      97 dev/pci/agpvar.h int	agp_generic_attach(struct vga_pci_softc *);
vga_pci_softc      98 dev/pci/agpvar.h int	agp_generic_detach(struct vga_pci_softc *);
vga_pci_softc      99 dev/pci/agpvar.h int	agp_generic_enable(struct vga_pci_softc *, u_int32_t);
vga_pci_softc     101 dev/pci/agpvar.h 	agp_generic_alloc_memory(struct vga_pci_softc *, int, vsize_t size);
vga_pci_softc     102 dev/pci/agpvar.h int	agp_generic_free_memory(struct vga_pci_softc *, struct agp_memory *);
vga_pci_softc     103 dev/pci/agpvar.h int	agp_generic_bind_memory(struct vga_pci_softc *, struct agp_memory *,
vga_pci_softc     105 dev/pci/agpvar.h int	agp_generic_unbind_memory(struct vga_pci_softc *, struct agp_memory *);
vga_pci_softc     107 dev/pci/agpvar.h int	agp_ali_attach(struct vga_pci_softc *, struct pci_attach_args *,
vga_pci_softc     109 dev/pci/agpvar.h int	agp_amd_attach(struct vga_pci_softc *, struct pci_attach_args *,
vga_pci_softc     111 dev/pci/agpvar.h int	agp_i810_attach(struct vga_pci_softc *, struct pci_attach_args *,
vga_pci_softc     113 dev/pci/agpvar.h int	agp_intel_attach(struct vga_pci_softc *, struct pci_attach_args *,
vga_pci_softc     115 dev/pci/agpvar.h int	agp_via_attach(struct vga_pci_softc *, struct pci_attach_args *,
vga_pci_softc     117 dev/pci/agpvar.h int	agp_sis_attach(struct vga_pci_softc *, struct pci_attach_args *,
vga_pci_softc     101 dev/pci/vga_pci.c int vesafb_putcmap(struct vga_pci_softc *, struct wsdisplay_cmap *);
vga_pci_softc     102 dev/pci/vga_pci.c int vesafb_getcmap(struct vga_pci_softc *, struct wsdisplay_cmap *);
vga_pci_softc     106 dev/pci/vga_pci.c 	sizeof(struct vga_pci_softc), vga_pci_match, vga_pci_attach,
vga_pci_softc     156 dev/pci/vga_pci.c 	struct vga_pci_softc *sc = (struct vga_pci_softc *)self;
vga_pci_softc     188 dev/pci/vga_pci.c 	struct vga_pci_softc *sc = (struct vga_pci_softc *)vc->vc_softc;
vga_pci_softc     216 dev/pci/vga_pci.c 	struct vga_pci_softc *sc = (struct vga_pci_softc *)vc->vc_softc;
vga_pci_softc      64 dev/pci/vga_pcivar.h struct vga_pci_softc {
vga_pci_softc     115 dev/pci/vga_pcivar.h 	int	(*ap_attach)(struct vga_pci_softc *,
vga_pci_softc     130 dev/pci/vga_pcivar.h int vesafb_find_mode(struct vga_pci_softc *, int, int, int);
vga_pci_softc     131 dev/pci/vga_pcivar.h void vesafb_set_mode(struct vga_pci_softc *, int);
vga_pci_softc     132 dev/pci/vga_pcivar.h int vesafb_get_mode(struct vga_pci_softc *);
vga_pci_softc     133 dev/pci/vga_pcivar.h int vesafb_get_supported_depth(struct vga_pci_softc *);
vga_pci_softc      81 dev/vesa/vesafb.c void vesafb_set_mode(struct vga_pci_softc *, int);
vga_pci_softc      82 dev/vesa/vesafb.c int vesafb_get_mode(struct vga_pci_softc *);
vga_pci_softc      83 dev/vesa/vesafb.c void vesafb_get_mode_info(struct vga_pci_softc *, int, struct modeinfoblock *);
vga_pci_softc      84 dev/vesa/vesafb.c void vesafb_set_palette(struct vga_pci_softc *, int, struct paletteentry);
vga_pci_softc      85 dev/vesa/vesafb.c int vesafb_putcmap(struct vga_pci_softc *, struct wsdisplay_cmap *);
vga_pci_softc      86 dev/vesa/vesafb.c int vesafb_getcmap(struct vga_pci_softc *, struct wsdisplay_cmap *);
vga_pci_softc      87 dev/vesa/vesafb.c int vesafb_get_ddc_version(struct vga_pci_softc *);
vga_pci_softc      88 dev/vesa/vesafb.c int vesafb_get_ddc_info(struct vga_pci_softc *, struct edid *);
vga_pci_softc      91 dev/vesa/vesafb.c vesafb_get_ddc_version(struct vga_pci_softc *sc)
vga_pci_softc     108 dev/vesa/vesafb.c vesafb_get_ddc_info(struct vga_pci_softc *sc, struct edid *info)
vga_pci_softc     138 dev/vesa/vesafb.c vesafb_get_mode(struct vga_pci_softc *sc)
vga_pci_softc     155 dev/vesa/vesafb.c vesafb_get_mode_info(struct vga_pci_softc *sc, int mode,
vga_pci_softc     187 dev/vesa/vesafb.c vesafb_set_palette(struct vga_pci_softc *sc, int reg, struct paletteentry pe)
vga_pci_softc     227 dev/vesa/vesafb.c vesafb_set_mode(struct vga_pci_softc *sc, int mode)
vga_pci_softc     245 dev/vesa/vesafb.c vesafb_find_mode(struct vga_pci_softc *sc, int width, int height, int bpp)
vga_pci_softc     276 dev/vesa/vesafb.c vesafb_putcmap(struct vga_pci_softc *sc, struct wsdisplay_cmap *cm)
vga_pci_softc     322 dev/vesa/vesafb.c vesafb_getcmap(struct vga_pci_softc *sc, struct wsdisplay_cmap *cm)
vga_pci_softc     377 dev/vesa/vesafb.c vesafb_get_supported_depth(struct vga_pci_softc *sc)