Searched refs:pps_probe (Results 1 – 1 of 1) sorted by relevance
55 static int pps_probe(device_t, cfdata_t, void *);57 CFATTACH_DECL_NEW(pps, sizeof(struct pps_softc), pps_probe, pps_attach,82 pps_probe(device_t parent, cfdata_t match, void *aux) in pps_probe() function