Lines Matching defs:agp_memory
86 TAILQ_HEAD(agp_memory_list, agp_memory);
87 struct agp_memory {
88 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
110 struct agp_memory *(*alloc_memory)(struct agp_softc *, int, vsize_t);
111 int (*free_memory)(struct agp_softc *, struct agp_memory *);
112 int (*bind_memory)(struct agp_softc *, struct agp_memory *, off_t);
113 int (*unbind_memory)(struct agp_softc *, struct agp_memory *);
177 struct agp_memory *agp_generic_alloc_memory(struct agp_softc *, int, vsize_t);
178 int agp_generic_free_memory(struct agp_softc *, struct agp_memory *);
179 int agp_generic_bind_memory(struct agp_softc *, struct agp_memory *, off_t);
180 int agp_generic_bind_memory_bounded(struct agp_softc *, struct agp_memory *,
182 int agp_generic_unbind_memory(struct agp_softc *, struct agp_memory *);