Searched refs:ppbus_probe (Results 1 – 1 of 1) sorted by relevance
53 static int ppbus_probe(device_t, cfdata_t, void *);63 CFATTACH_DECL2_NEW(ppbus, sizeof(struct ppbus_softc), ppbus_probe, ppbus_attach,68 ppbus_probe(device_t parent, cfdata_t cf, void *aux) in ppbus_probe() function