HomeSort by: relevance | last modified time | path
    Searched defs:ehci_device_bulk_start (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
ehci.c 205 Static usbd_status ehci_device_bulk_start(struct usbd_xfer *);
368 .upm_start = ehci_device_bulk_start,
3969 return ehci_device_bulk_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
3973 ehci_device_bulk_start(struct usbd_xfer *xfer) function in typeref:typename:Static usbd_status

Completed in 262 milliseconds