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

  /src/sys/dev/usb/
xhci.c 219 static usbd_status xhci_device_intr_start(struct usbd_xfer *);
281 .upm_start = xhci_device_intr_start,
4868 return xhci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
4872 xhci_device_intr_start(struct usbd_xfer *xfer) function in typeref:typename:usbd_status

Completed in 14 milliseconds