Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dehci.c150 usbd_status ehci_device_bulk_start(struct usbd_xfer *);
264 .start = ehci_device_bulk_start,
3011 return (ehci_device_bulk_start(SIMPLEQ_FIRST(&xfer->pipe->queue))); in ehci_device_bulk_transfer()
3015 ehci_device_bulk_start(struct usbd_xfer *xfer) in ehci_device_bulk_start() function