Searched refs:agp_unbind_memory (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/modules/agp/ |
| H A D | Makefile | 30 agp_unbind_memory \
|
| /freebsd-14.2/sys/dev/agp/ |
| H A D | agpvar.h | 117 int agp_unbind_memory(device_t dev, void *handle);
|
| H A D | agp_sis.c | 276 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_ali.c | 256 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_apple.c | 281 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_via.c | 411 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_intel.c | 422 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_ati.c | 365 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_amd.c | 393 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
| H A D | agp_nvidia.c | 437 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.c | 984 int agp_unbind_memory(device_t dev, void *handle) in agp_unbind_memory() function
|
| H A D | agp_i810.c | 1914 DEVMETHOD(agp_unbind_memory, agp_i810_unbind_memory),
|
| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drm_memory.c | 87 return -agp_unbind_memory(agpdev, handle); in drm_unbind_agp()
|