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) function in typeref:typename:int
|