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

/netbsd-current/sys/dev/usb/
H A Ducom.c249 int ucom_match(device_t, cfdata_t, void *);
253 CFATTACH_DECL_NEW(ucom, sizeof(struct ucom_softc), ucom_match, ucom_attach,
257 ucom_match(device_t parent, cfdata_t match, void *aux) function

Completed in 88 milliseconds