Lines Matching refs:agp_memory
48 struct agp_memory *agp_find_mem_by_key(int key) in agp_find_mem_by_key()
50 struct agp_memory *curr; in agp_find_mem_by_key()
67 static void agp_remove_from_pool(struct agp_memory *temp) in agp_remove_from_pool()
69 struct agp_memory *prev; in agp_remove_from_pool()
70 struct agp_memory *next; in agp_remove_from_pool()
199 static void agp_insert_into_pool(struct agp_memory * temp) in agp_insert_into_pool()
201 struct agp_memory *prev; in agp_insert_into_pool()
270 void agp_free_memory_wrap(struct agp_memory *memory) in agp_free_memory_wrap()
276 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type) in agp_allocate_memory_wrap()
278 struct agp_memory *memory; in agp_allocate_memory_wrap()
360 struct agp_memory *memory; in agp_remove_all_memory()
361 struct agp_memory *temp; in agp_remove_all_memory()
876 struct agp_memory *memory; in agpioc_allocate_wrap()
903 struct agp_memory *memory; in agpioc_deallocate_wrap()
918 struct agp_memory *memory; in agpioc_bind_wrap()
934 struct agp_memory *memory; in agpioc_unbind_wrap()