Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/dwc2/
Dhcd_intr.c612 dwc2_host_complete(hsotg, qtd, 0); in dwc2_update_isoc_urb_state()
701 dwc2_host_complete(hsotg, qtd, -EPROTO); in dwc2_release_channel()
714 dwc2_host_complete(hsotg, qtd, -EIO); in dwc2_release_channel()
943 dwc2_host_complete(hsotg, qtd, 0); in dwc2_xfercomp_isoc_split_in()
1028 dwc2_host_complete(hsotg, qtd, urb->status); in dwc2_hc_xfercomp_intr()
1041 dwc2_host_complete(hsotg, qtd, urb->status); in dwc2_hc_xfercomp_intr()
1061 dwc2_host_complete(hsotg, qtd, urb->status); in dwc2_hc_xfercomp_intr()
1113 dwc2_host_complete(hsotg, qtd, -EPIPE); in dwc2_hc_stall_intr()
1117 dwc2_host_complete(hsotg, qtd, -EPIPE); in dwc2_hc_stall_intr()
1382 dwc2_host_complete(hsotg, qtd, 0); in dwc2_hc_nyet_intr()
[all …]
Dhcd_ddma.c908 dwc2_host_complete(hsotg, qtd, 0); in dwc2_cmpl_host_isoc_dma_desc()
973 dwc2_host_complete(hsotg, qtd, err); in dwc2_complete_isoc_xfer_ddma()
1152 dwc2_host_complete(hsotg, qtd, urb->status); in dwc2_process_non_isoc_desc()
1292 dwc2_host_complete(hsotg, qtd, in dwc2_hcd_complete_xfer_ddma()
Dhcd.h784 void dwc2_host_complete(struct dwc2_hsotg *hsotg, struct dwc2_qtd *qtd,
Dhcd.c1579 dwc2_host_complete(hsotg, qtd, -ECONNRESET); in dwc2_kill_urbs_in_qh_list()
4113 void dwc2_host_complete(struct dwc2_hsotg *hsotg, struct dwc2_qtd *qtd, in dwc2_host_complete() function