Searched refs:u3g_match (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Du3g.c149 static int u3g_match(device_t, cfdata_t, void *);
154 CFATTACH_DECL2_NEW(u3g, sizeof(struct u3g_softc), u3g_match,
274 u3g_match(device_t parent, cfdata_t match, void *aux) function
285 printf("u3g_match: failed to get interface descriptor\n");

Completed in 175 milliseconds