agp_memory
struct agp_memory *
struct agp_memory *mem;
agp_generic_free_memory(device_t dev, struct agp_memory *mem)
agp_generic_bind_memory(device_t dev, struct agp_memory *mem,
agp_generic_unbind_memory(device_t dev, struct agp_memory *mem)
static struct agp_memory *
struct agp_memory *mem;
struct agp_memory *mem;
struct agp_memory *mem = agp_find_memory(dev, id);
struct agp_memory *mem = agp_find_memory(dev, bind->key);
struct agp_memory *mem = agp_find_memory(dev, unbind->key);
struct agp_memory *mem;
struct agp_memory *mem = (struct agp_memory *) handle;
struct agp_memory *mem = (struct agp_memory *) handle;
struct agp_memory *mem = (struct agp_memory *) handle;
struct agp_memory *mem = (struct agp_memory *) handle;
struct agp_memory *agp_generic_alloc_memory(device_t dev, int type,
struct agp_memory *mem);
struct agp_memory *mem,
struct agp_memory *mem);
TAILQ_HEAD(agp_memory_list, agp_memory);
TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
static struct agp_memory *
struct agp_memory *mem;
agp_i810_free_memory(device_t dev, struct agp_memory *mem)
agp_i810_bind_memory(device_t dev, struct agp_memory *mem, vm_offset_t offset)
agp_i810_unbind_memory(device_t dev, struct agp_memory *mem)
struct agp_memory;
void drm_free_agp(struct agp_memory * handle, int pages);
int drm_bind_agp(struct agp_memory * handle, unsigned int start);
int drm_unbind_agp(struct agp_memory * handle);
struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,
static inline void drm_free_agp(struct agp_memory * handle, int pages)
static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start)
static inline int drm_unbind_agp(struct agp_memory * handle)
static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,
struct agp_memory;
struct agp_memory *mem;
struct agp_memory *mem;