Searched refs:agp_memory (Results 1 – 2 of 2) sorted by relevance
69 struct agp_memory { struct70 struct agp_memory *next; argument71 struct agp_memory *prev; argument100 extern void agp_free_memory(struct agp_memory *); argument101 extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32);103 extern int agp_bind_memory(struct agp_memory *, off_t);104 extern int agp_unbind_memory(struct agp_memory *);
102 struct agp_memory *pool;
Completed in 4 milliseconds