Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhci.c139 usbd_status xhci_root_ctrl_start(struct usbd_xfer *);
171 .start = xhci_root_ctrl_start,
2435 return (xhci_root_ctrl_start(SIMPLEQ_FIRST(&xfer->pipe->queue))); in xhci_root_ctrl_transfer()
2439 xhci_root_ctrl_start(struct usbd_xfer *xfer) in xhci_root_ctrl_start() function