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

  /src/sys/dev/usb/
ucom.c 249 int ucom_match(device_t, cfdata_t, void *);
253 CFATTACH_DECL_NEW(ucom, sizeof(struct ucom_softc), ucom_match, ucom_attach,
257 ucom_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
ucom.c 249 int ucom_match(device_t, cfdata_t, void *);
253 CFATTACH_DECL_NEW(ucom, sizeof(struct ucom_softc), ucom_match, ucom_attach,
257 ucom_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
ucom.c 249 int ucom_match(device_t, cfdata_t, void *);
253 CFATTACH_DECL_NEW(ucom, sizeof(struct ucom_softc), ucom_match, ucom_attach,
257 ucom_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 33 milliseconds