Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dhcd_intr.c642 dwc2_host_complete(hsotg, qtd, 0); in dwc2_update_isoc_urb_state()
731 dwc2_host_complete(hsotg, qtd, -EPROTO); in dwc2_release_channel()
744 dwc2_host_complete(hsotg, qtd, -EIO); in dwc2_release_channel()
973 dwc2_host_complete(hsotg, qtd, 0); in dwc2_xfercomp_isoc_split_in()
1058 dwc2_host_complete(hsotg, qtd, urb->status); in dwc2_hc_xfercomp_intr()
1071 dwc2_host_complete(hsotg, qtd, urb->status); in dwc2_hc_xfercomp_intr()
1091 dwc2_host_complete(hsotg, qtd, urb->status); in dwc2_hc_xfercomp_intr()
1143 dwc2_host_complete(hsotg, qtd, -EPIPE); in dwc2_hc_stall_intr()
1147 dwc2_host_complete(hsotg, qtd, -EPIPE); in dwc2_hc_stall_intr()
1412 dwc2_host_complete(hsotg, qtd, 0); in dwc2_hc_nyet_intr()
[all …]
Dhcd_ddma.c938 dwc2_host_complete(hsotg, qtd, 0); in dwc2_cmpl_host_isoc_dma_desc()
1003 dwc2_host_complete(hsotg, qtd, err); in dwc2_complete_isoc_xfer_ddma()
1182 dwc2_host_complete(hsotg, qtd, urb->status); in dwc2_process_non_isoc_desc()
1322 dwc2_host_complete(hsotg, qtd, in dwc2_hcd_complete_xfer_ddma()
Dhcd.h813 void dwc2_host_complete(struct dwc2_hsotg *hsotg, struct dwc2_qtd *qtd,
Dhcd.c1613 dwc2_host_complete(hsotg, qtd, -ECONNRESET); in dwc2_kill_urbs_in_qh_list()
4094 void dwc2_host_complete(struct dwc2_hsotg *hsotg, struct dwc2_qtd *qtd, in dwc2_host_complete() function