Home
last modified time | relevance | path

Searched refs:upl_match (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dif_upl.c101 static int upl_match(device_t, cfdata_t, void *);
104 CFATTACH_DECL_NEW(upl, sizeof(struct usbnet), upl_match, upl_attach,
132 upl_match(device_t parent, cfdata_t match, void *aux) in upl_match() function