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

  /src/sys/dev/usb/
xhci.c 207 static usbd_status xhci_device_ctrl_start(struct usbd_xfer *);
255 .upm_start = xhci_device_ctrl_start,
2521 * (see xhci_device_ctrl_start).
4452 return xhci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
4456 xhci_device_ctrl_start(struct usbd_xfer *xfer) function in typeref:typename:usbd_status

Completed in 14 milliseconds