Home
last modified time | relevance | path

Searched refs:ohci_root_intr_start (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dohci.c118 usbd_status ohci_root_intr_start(struct usbd_xfer *);
251 .start = ohci_root_intr_start,
2606 return (ohci_root_intr_start(SIMPLEQ_FIRST(&xfer->pipe->queue))); in ohci_root_intr_transfer()
2610 ohci_root_intr_start(struct usbd_xfer *xfer) in ohci_root_intr_start() function