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

  /src/sys/dev/usb/
uhci.c 250 Static usbd_status uhci_root_intr_start(struct usbd_xfer *);
340 .upm_start = uhci_root_intr_start,
3818 return uhci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
3823 uhci_root_intr_start(struct usbd_xfer *xfer) function in typeref:typename:usbd_status

Completed in 25 milliseconds