Searched refs:agp_unbind_memory (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/modules/agp/ |
H A D | Makefile | 29 agp_unbind_memory \
|
/freebsd/sys/dev/agp/ |
H A D | agpvar.h | 117 int agp_unbind_memory(device_t dev, void *handle);
|
H A D | agp_sis.c | 275 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
H A D | agp_ali.c | 255 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
H A D | agp_apple.c | 280 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
H A D | agp_intel.c | 421 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
H A D | agp_via.c | 410 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
H A D | agp_ati.c | 364 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
H A D | agp_amd.c | 392 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
|
H A D | agp_amd64.c | 500 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.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/sys/dev/drm2/ |
H A D | drm_memory.c | 87 return -agp_unbind_memory(agpdev, handle); in drm_unbind_agp()
|