Home
last modified time | relevance | path

Searched refs:agp_unbind_memory (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/sys/modules/agp/
H A DMakefile31 agp_unbind_memory \
/freebsd-12.1/sys/dev/agp/
H A Dagpvar.h119 int agp_unbind_memory(device_t dev, void *handle);
H A Dagp_sis.c278 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp_ali.c258 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp_apple.c283 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp_intel.c424 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp_via.c413 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp_ati.c371 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp_amd.c397 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp_amd64.c501 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp_nvidia.c446 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
H A Dagp.c971 int agp_unbind_memory(device_t dev, void *handle) in agp_unbind_memory() function
H A Dagp_i810.c1918 DEVMETHOD(agp_unbind_memory, agp_i810_unbind_memory),
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_memory.c89 return -agp_unbind_memory(agpdev, handle); in drm_unbind_agp()
/freebsd-12.1/sys/dev/drm/
H A Ddrm_agpsupport.c433 return agp_unbind_memory(agpdev, handle); in drm_agp_unbind_memory()