Home
last modified time | relevance | path

Searched refs:agp_generic_unbind_memory (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/agp/
HDagppriv.h108 int agp_generic_unbind_memory(device_t dev,
HDagp_sis.c273 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
HDagp_via.c409 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
HDagp_amd64.c497 DEVMETHOD(agp_unbind_memory, agp_generic_unbind_memory),
HDagp.c605 agp_generic_unbind_memory(device_t dev, struct agp_memory *mem) in agp_generic_unbind_memory() function
HDintel-gtt.c1326 return (agp_generic_unbind_memory(dev, mem)); in agp_i810_unbind_memory()