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

  /src/sys/external/bsd/dwc2/
dwc2.c 141 Static usbd_status dwc2_device_intr_start(struct usbd_xfer *);
207 .upm_start = dwc2_device_intr_start,
800 return dwc2_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
804 dwc2_device_intr_start(struct usbd_xfer *xfer) function in typeref:typename:Static usbd_status

Completed in 51 milliseconds