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

  /src/sys/dev/usb/
vhci.c 111 static usbd_status vhci_root_intr_start(struct usbd_xfer *);
121 .upm_start = vhci_root_intr_start,
700 return vhci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
704 vhci_root_intr_start(struct usbd_xfer *xfer) function in typeref:typename:usbd_status

Completed in 12 milliseconds