Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dohci.c112 usbd_status ohci_root_ctrl_start(struct usbd_xfer *);
243 .start = ohci_root_ctrl_start,
2263 return (ohci_root_ctrl_start(SIMPLEQ_FIRST(&xfer->pipe->queue))); in ohci_root_ctrl_transfer()
2267 ohci_root_ctrl_start(struct usbd_xfer *xfer) in ohci_root_ctrl_start() function