Searched refs:ohci_alloc_std_chain (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | ohci.c | 85 usbd_status ohci_alloc_std_chain(struct ohci_softc *, u_int, 480 ohci_alloc_std_chain(struct ohci_softc *sc, u_int alen, struct usbd_xfer *xfer, in ohci_alloc_std_chain() function 1591 err = ohci_alloc_std_chain(sc, len, xfer, std, &stat); in ohci_device_request() 2759 err = ohci_alloc_std_chain(sc, len, xfer, data, &tail); in ohci_device_bulk_start()
|