Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhci.c142 usbd_status xhci_root_intr_start(struct usbd_xfer *);
179 .start = xhci_root_intr_start,
2816 return (xhci_root_intr_start(SIMPLEQ_FIRST(&xfer->pipe->queue))); in xhci_root_intr_transfer()
2820 xhci_root_intr_start(struct usbd_xfer *xfer) in xhci_root_intr_start() function