Searched refs:agp_unbind_memory (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/sys/modules/agp/ |
| H A D | Makefile | 31 agp_unbind_memory \
|
| /freebsd-12.1/sys/dev/agp/ |
| H A D | agpvar.h | 119 int agp_unbind_memory(device_t dev, void *handle);
|
| H A D | agp_sis.c | 278 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_ali.c | 258 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_apple.c | 283 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_intel.c | 424 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_via.c | 413 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_ati.c | 371 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_amd.c | 397 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_amd64.c | 501 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_nvidia.c | 446 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp.c | 971 int agp_unbind_memory(device_t dev, void *handle) in agp_unbind_memory() function
|
| H A D | agp_i810.c | 1918 DEVMETHOD(agp_unbind_memory, agp_i810_unbind_memory),
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_memory.c | 89 return -agp_unbind_memory(agpdev, handle); in drm_unbind_agp()
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | drm_agpsupport.c | 433 return agp_unbind_memory(agpdev, handle); in drm_agp_unbind_memory()
|