Searched refs:agp_memory (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/dev/agp/ |
| H A D | agppriv.h | 52 TAILQ_HEAD(agp_memory_list, agp_memory); 53 struct agp_memory { struct 54 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */ 99 struct agp_memory *agp_generic_alloc_memory(device_t dev, int type, 102 struct agp_memory *mem); 104 struct agp_memory *mem, 107 struct agp_memory *mem);
|
| H A D | agp.c | 491 struct agp_memory * 495 struct agp_memory *mem; in agp_generic_alloc_memory() 712 static struct agp_memory * 716 struct agp_memory *mem; in agp_find_memory() 758 struct agp_memory *mem; in agp_allocate_user() 775 struct agp_memory *mem = agp_find_memory(dev, id); in agp_deallocate_user() 833 struct agp_memory *mem; in agp_close() 974 struct agp_memory *mem = (struct agp_memory *) handle; in agp_free_memory() 980 struct agp_memory *mem = (struct agp_memory *) handle; in agp_bind_memory() 986 struct agp_memory *mem = (struct agp_memory *) handle; in agp_unbind_memory() [all …]
|
| H A D | agp_if.m | 108 METHOD struct agp_memory * alloc_memory { 120 struct agp_memory *mem; struct 131 struct agp_memory *mem; struct 140 struct agp_memory *handle; struct
|
| H A D | agp_i810.c | 1699 static struct agp_memory * 1703 struct agp_memory *mem; in agp_i810_alloc_memory() 1779 agp_i810_free_memory(device_t dev, struct agp_memory *mem) in agp_i810_free_memory() 1813 agp_i810_bind_memory(device_t dev, struct agp_memory *mem, vm_offset_t offset) in agp_i810_bind_memory() 1860 agp_i810_unbind_memory(device_t dev, struct agp_memory *mem) in agp_i810_unbind_memory()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | agp_backend.h | 26 struct agp_memory;
|
| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drmP.h | 1839 static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev, in drm_agp_bind_pages()
|