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

  /src/sys/dev/usb/
ohci.c 203 Static usbd_status ohci_device_intr_start(struct usbd_xfer *);
320 .upm_start = ohci_device_intr_start,
3261 return ohci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
3265 ohci_device_intr_start(struct usbd_xfer *xfer) function in typeref:typename:Static usbd_status

Completed in 13 milliseconds