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

  /src/sys/dev/usb/
if_otus.c 140 Static void otus_rxeof(struct usbd_xfer *, void *, usbd_status);
1058 USBD_SHORT_XFER_OK, USBD_NO_TIMEOUT, otus_rxeof);
1847 otus_rxeof(struct usbd_xfer *xfer, void *priv, usbd_status status) function in typeref:typename:Static void
1869 "otus_rxeof: goto resubmit: status=%d\n", status);
1900 USBD_SHORT_XFER_OK, USBD_NO_TIMEOUT, otus_rxeof);

Completed in 13 milliseconds