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

  /src/sys/dev/usb/
uhci.c 185 Static int uhci_alloc_std_chain(uhci_softc_t *, struct usbd_xfer *,
1977 uhci_alloc_std_chain(uhci_softc_t *sc, struct usbd_xfer *xfer, int len, function in typeref:typename:int
2218 err = uhci_alloc_std_chain(sc, xfer, len, isread, &uxfer->ux_stdstart);
2436 err = uhci_alloc_std_chain(sc, xfer, len, isread, &data);
2633 err = uhci_alloc_std_chain(sc, xfer, len, isread, &ux->ux_stdstart);

Completed in 13 milliseconds