agp_memory         33 include/drm/drm_agpsupport.h void drm_free_agp(struct agp_memory * handle, int pages);
agp_memory         34 include/drm/drm_agpsupport.h int drm_bind_agp(struct agp_memory * handle, unsigned int start);
agp_memory         35 include/drm/drm_agpsupport.h int drm_unbind_agp(struct agp_memory * handle);
agp_memory         36 include/drm/drm_agpsupport.h struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,
agp_memory         71 include/drm/drm_agpsupport.h static inline void drm_free_agp(struct agp_memory * handle, int pages)
agp_memory         75 include/drm/drm_agpsupport.h static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start)
agp_memory         80 include/drm/drm_agpsupport.h static inline int drm_unbind_agp(struct agp_memory * handle)
agp_memory         85 include/drm/drm_agpsupport.h static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,
agp_memory         70 include/linux/agp_backend.h 	struct agp_memory *next;
agp_memory         71 include/linux/agp_backend.h 	struct agp_memory *prev;
agp_memory        100 include/linux/agp_backend.h extern void agp_free_memory(struct agp_memory *);
agp_memory        101 include/linux/agp_backend.h extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32);
agp_memory        103 include/linux/agp_backend.h extern int agp_bind_memory(struct agp_memory *, off_t);
agp_memory        104 include/linux/agp_backend.h extern int agp_unbind_memory(struct agp_memory *);
agp_memory        104 include/linux/agpgart.h 	struct agp_memory *pool;