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

  /src/sys/dev/usb/
uep.c 104 static int uep_match(device_t, cfdata_t, void *);
110 CFATTACH_DECL2_NEW(uep, sizeof(struct uep_softc), uep_match, uep_attach,
114 uep_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
uep.c 104 static int uep_match(device_t, cfdata_t, void *);
110 CFATTACH_DECL2_NEW(uep, sizeof(struct uep_softc), uep_match, uep_attach,
114 uep_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 21 milliseconds