Searched refs:ap_attach (Results 1 – 1 of 1) sorted by relevance
122 int (*ap_attach)(device_t, device_t, void *); member269 for (ap = agp_products; ap->ap_attach != NULL; ap++) { in agp_lookup()274 if (ap->ap_attach == NULL) in agp_lookup()278 for (; ap->ap_attach != NULL; ap++) { in agp_lookup()293 if (ap->ap_attach == NULL) in agp_lookup()370 ret = (*ap->ap_attach)(parent, self, pa); in agpattach()