HomeSort by: relevance | last modified time | path
    Searched refs:dwc2_host_complete (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/dwc2/
dwc2var.h 116 void dwc2_host_complete(struct dwc2_hsotg *, struct dwc2_qtd *,
dwc2.c 1388 void dwc2_host_complete(struct dwc2_hsotg *hsotg, struct dwc2_qtd *qtd, function in typeref:typename:void
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdintr.c 674 dwc2_host_complete(hsotg, qtd, 0);
765 dwc2_host_complete(hsotg, qtd, -EPROTO);
778 dwc2_host_complete(hsotg, qtd, -EIO);
1005 dwc2_host_complete(hsotg, qtd, 0);
1090 dwc2_host_complete(hsotg, qtd, urb->status);
1103 dwc2_host_complete(hsotg, qtd, urb->status);
1123 dwc2_host_complete(hsotg, qtd, urb->status);
1173 dwc2_host_complete(hsotg, qtd, -EPIPE);
1177 dwc2_host_complete(hsotg, qtd, -EPIPE);
1469 dwc2_host_complete(hsotg, qtd, 0)
    [all...]
dwc2_hcdddma.c 929 dwc2_host_complete(hsotg, qtd, 0);
994 dwc2_host_complete(hsotg, qtd, err);
1173 dwc2_host_complete(hsotg, qtd, urb->status);
1309 dwc2_host_complete(hsotg, qtd,
dwc2_hcd.h 733 extern void dwc2_host_complete(struct dwc2_hsotg *hsotg, struct dwc2_qtd *qtd,
dwc2_hcd.c 152 dwc2_host_complete(hsotg, qtd, -ECONNRESET);

Completed in 17 milliseconds