Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dvhci.c111 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)); in vhci_root_intr_transfer()
704 vhci_root_intr_start(struct usbd_xfer *xfer) in vhci_root_intr_start() function