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

  /src/sys/dev/usb/
if_otus.c 106 Static int otus_match(device_t, cfdata_t, void *);
592 CFATTACH_DECL_NEW(otus, sizeof(struct otus_softc), otus_match, otus_attach,
596 otus_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:Static int
603 "otus_match: vendor=%#x product=%#x revision=%#x\n",

Completed in 40 milliseconds