Home
last modified time | relevance | path

Searched refs:agp_memory (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dagp_backend.h69 struct agp_memory { struct
70 struct agp_memory *next; argument
71 struct agp_memory *prev; argument
100 extern void agp_free_memory(struct agp_memory *); argument
101 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 *);
Dagpgart.h186 struct agp_memory *pool;
/include/drm/
Ddrm_os_linux.h56 #define DRM_AGP_MEM struct agp_memory