Searched refs:uhci_alloc_std_chain (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | uhci.c | 118 usbd_status uhci_alloc_std_chain(struct uhci_softc *, u_int, 1519 uhci_alloc_std_chain(struct uhci_softc *sc, u_int len, struct usbd_xfer *xfer, in uhci_alloc_std_chain() function 1644 err = uhci_alloc_std_chain(sc, len, xfer, &data, &dataend); in uhci_device_bulk_start() 1863 err = uhci_alloc_std_chain(sc, xfer->length, xfer, &data, &dataend); in uhci_device_intr_start() 1995 err = uhci_alloc_std_chain(sc, len, xfer, &data, &dataend); in uhci_device_request() 2431 uhci_alloc_std_chain(sc, xfer->length, xfer, &data, &dataend); in uhci_device_intr_done()
|