Home
last modified time | relevance | path

Searched refs:agp_free_gatt (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/agp/
HDagppriv.h90 void agp_free_gatt(struct agp_gatt *gatt);
HDagp_sis.c187 agp_free_gatt(sc->gatt); in agp_sis_detach()
HDagp_ali.c154 agp_free_gatt(sc->gatt); in agp_ali_detach()
HDagp_apple.c182 agp_free_gatt(sc->gatt); in agp_apple_detach()
HDagp_via.c233 agp_free_gatt(sc->gatt); in agp_via_detach()
HDagp_intel.c302 agp_free_gatt(sc->gatt); in agp_intel_detach()
HDagp_nvidia.c260 agp_free_gatt(sc->gatt); in agp_nvidia_detach()
HDagp_amd64.c258 agp_free_gatt(sc->gatt); in agp_amd64_detach()
HDagp.c169 agp_free_gatt(struct agp_gatt *gatt) in agp_free_gatt() function