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

/freebsd-11-stable/sys/dev/agp/
H A Dagppriv.h80 struct agp_gatt { struct
87 struct agp_gatt *agp_alloc_gatt(device_t dev);
90 void agp_free_gatt(struct agp_gatt *gatt);
H A Dagp_ali.c52 struct agp_gatt *gatt;
97 struct agp_gatt *gatt;
H A Dagp_sis.c52 struct agp_gatt *gatt;
129 struct agp_gatt *gatt;
H A Dagp_intel.c54 struct agp_gatt *gatt;
219 struct agp_gatt *gatt;
H A Dagp_via.c56 struct agp_gatt *gatt;
163 struct agp_gatt *gatt;
H A Dagp_amd64.c76 struct agp_gatt *gatt;
167 struct agp_gatt *gatt;
H A Dagp_nvidia.c72 struct agp_gatt * gatt;
132 struct agp_gatt *gatt;
H A Dagp_apple.c63 struct agp_gatt *gatt;
H A Dagp.c133 struct agp_gatt *
138 struct agp_gatt *gatt;
150 gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_NOWAIT);
170 agp_free_gatt(struct agp_gatt *gatt)
H A Dagp_i810.c197 struct agp_gatt *gatt;
1292 sc->gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_WAITOK);

Completed in 130 milliseconds