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

/freebsd-12-stable/sys/dev/agp/
H A Dagppriv.h82 struct agp_gatt { struct
89 struct agp_gatt *agp_alloc_gatt(device_t dev);
92 void agp_free_gatt(struct agp_gatt *gatt);
H A Dagp_ali.c54 struct agp_gatt *gatt;
99 struct agp_gatt *gatt;
H A Dagp_sis.c54 struct agp_gatt *gatt;
131 struct agp_gatt *gatt;
H A Dagp_intel.c56 struct agp_gatt *gatt;
221 struct agp_gatt *gatt;
H A Dagp_via.c58 struct agp_gatt *gatt;
165 struct agp_gatt *gatt;
H A Dagp_amd64.c78 struct agp_gatt *gatt;
169 struct agp_gatt *gatt;
H A Dagp_nvidia.c74 struct agp_gatt * gatt;
134 struct agp_gatt *gatt;
H A Dagp.c135 struct agp_gatt *
140 struct agp_gatt *gatt;
152 gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_NOWAIT);
172 agp_free_gatt(struct agp_gatt *gatt)
H A Dagp_apple.c65 struct agp_gatt *gatt;
H A Dagp_i810.c199 struct agp_gatt *gatt;
1293 sc->gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_WAITOK);

Completed in 104 milliseconds