HomeSort by: relevance | last modified time | path
    Searched defs:ustir_match (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
ustir.c 217 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) function in typeref:typename:int
231 DPRINTFN(50,("ustir_match\n"));

Completed in 13 milliseconds