Searched refs:uhub_match (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | uhub.c | 186 static int uhub_match(device_t, cfdata_t, void *); 192 CFATTACH_DECL3_NEW(uhub, sizeof(struct uhub_softc), uhub_match, 195 CFATTACH_DECL3_NEW(uroothub, sizeof(struct uhub_softc), uhub_match, 277 uhub_match(device_t parent, cfdata_t match, void *aux) in uhub_match() function
|