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);
|