Home
last modified time | relevance | path

Searched refs:agp_memory (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/dev/pci/
Dagpvar.h76 struct agp_memory *
78 int (*free_memory)(struct vga_pci_softc *, struct agp_memory *);
79 int (*bind_memory)(struct vga_pci_softc *, struct agp_memory *,
81 int (*unbind_memory)(struct vga_pci_softc *, struct agp_memory *);
122 struct agp_memory *
124 int agp_generic_free_memory(struct vga_pci_softc *, struct agp_memory *);
125 int agp_generic_bind_memory(struct vga_pci_softc *, struct agp_memory *,
127 int agp_generic_unbind_memory(struct vga_pci_softc *, struct agp_memory *);
Dagp_i810.c78 struct agp_memory *
80 int agp_i810_free_memory(struct vga_pci_softc *, struct agp_memory *);
81 int agp_i810_bind_memory(struct vga_pci_softc *, struct agp_memory *,
83 int agp_i810_unbind_memory(struct vga_pci_softc *, struct agp_memory *);
429 struct agp_memory *
433 struct agp_memory *mem; in agp_i810_alloc_memory()
500 agp_i810_free_memory(struct vga_pci_softc *sc, struct agp_memory *mem) in agp_i810_free_memory()
518 agp_i810_bind_memory(struct vga_pci_softc *sc, struct agp_memory *mem, in agp_i810_bind_memory()
563 agp_i810_unbind_memory(struct vga_pci_softc *sc, struct agp_memory *mem) in agp_i810_unbind_memory()
Dvga_pcivar.h49 TAILQ_HEAD(agp_memory_list, agp_memory);
50 struct agp_memory { struct
51 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
Dvga_pci.c134 struct agp_memory *agp_find_memory(struct vga_pci_softc *sc, int id);
312 struct agp_memory *mem;
441 struct agp_memory *
444 struct agp_memory *mem; in agp_find_memory()
614 struct agp_memory *
617 struct agp_memory *mem; in agp_generic_alloc_memory()
647 agp_generic_free_memory(struct vga_pci_softc *sc, struct agp_memory *mem) in agp_generic_free_memory()
660 agp_generic_bind_memory(struct vga_pci_softc *sc, struct agp_memory *mem, in agp_generic_bind_memory()
799 agp_generic_unbind_memory(struct vga_pci_softc *sc, struct agp_memory *mem) in agp_generic_unbind_memory()