Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dustir.c217 static int ustir_match(device_t, cfdata_t, void *);
223 CFATTACH_DECL2_NEW(ustir, sizeof(struct ustir_softc), ustir_match,
227 ustir_match(device_t parent, cfdata_t match, void *aux) in ustir_match() function