Searched refs:agp_memory (Results 1 – 3 of 3) 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 *);
186 struct agp_memory *pool;
56 #define DRM_AGP_MEM struct agp_memory