Home
last modified time | relevance | path

Searched refs:agp_gatt (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/agp/
H A Dagppriv.h81 struct agp_gatt { struct
88 struct agp_gatt *agp_alloc_gatt(device_t dev); argument
91 void agp_free_gatt(struct agp_gatt *gatt);
H A Dagp_sis.c51 struct agp_gatt *gatt;
128 struct agp_gatt *gatt; in agp_sis_attach()
H A Dagp_ali.c51 struct agp_gatt *gatt;
96 struct agp_gatt *gatt; in agp_ali_attach()
H A Dagp_intel.c53 struct agp_gatt *gatt;
218 struct agp_gatt *gatt; in agp_intel_attach()
H A Dagp_via.c55 struct agp_gatt *gatt;
162 struct agp_gatt *gatt; in agp_via_attach()
H A Dagp_amd64.c72 struct agp_gatt *gatt;
163 struct agp_gatt *gatt; in agp_amd64_attach()
H A Dagp_nvidia.c65 struct agp_gatt * gatt;
125 struct agp_gatt *gatt; in agp_nvidia_attach()
H A Dagp.c132 struct agp_gatt *
137 struct agp_gatt *gatt; in agp_alloc_gatt()
149 gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_NOWAIT); in agp_alloc_gatt()
168 agp_free_gatt(struct agp_gatt *gatt) in agp_free_gatt()
H A Dagp_apple.c62 struct agp_gatt *gatt;
H A Dagp_i810.c197 struct agp_gatt *gatt;
1291 sc->gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_WAITOK); in agp_i810_attach()