Searched refs:ECONNRESET (Results 1 – 19 of 19) sorted by relevance
/u-boot/include/linux/ |
A D | errno.h | 112 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/u-boot/arch/arm/mach-tegra/ |
A D | ivc.c | 195 return -ECONNRESET; in tegra_ivc_check_read() 216 return -ECONNRESET; in tegra_ivc_check_write()
|
/u-boot/lib/ |
A D | errno_str.c | 118 ERRNO_MSG(ECONNRESET, "Connection reset by peer"),
|
/u-boot/drivers/usb/cdns3/ |
A D | ep0.c | 584 -ECONNRESET); in cdns3_ep0_setup_phase() 741 return -ECONNRESET; in cdns3_gadget_ep0_queue()
|
A D | gadget.c | 2103 cdns3_gadget_giveback(priv_ep, priv_req, -ECONNRESET); in cdns3_gadget_ep_dequeue()
|
/u-boot/drivers/usb/dwc3/ |
A D | ep0.c | 271 dwc3_gadget_giveback(dep, req, -ECONNRESET); in dwc3_ep0_stall_and_restart() 803 dwc3_gadget_giveback(ep0, r, -ECONNRESET); in dwc3_ep0_complete_data()
|
A D | gadget.c | 1139 dwc3_gadget_giveback(dep, req, -ECONNRESET); in dwc3_gadget_ep_dequeue() 1727 status = -ECONNRESET; in __dwc3_cleanup_done_trbs() 1808 status = -ECONNRESET; in dwc3_endpoint_transfer_complete()
|
/u-boot/drivers/usb/gadget/ |
A D | ether.c | 1148 } else if (value != -ECONNRESET) { in eth_status_complete() 1584 case -ECONNRESET: /* unlink */ in rx_complete() 1634 case -ECONNRESET: /* unlink */ in tx_complete()
|
A D | atmel_usba_udc.c | 392 request_complete(ep, req, -ECONNRESET); in usba_ep_dequeue() 542 request_complete(ep, req, -ECONNRESET); in reset_all_endpoints()
|
A D | f_thor.c | 616 case -ECONNRESET: /* request dequeued */ in thor_rx_tx_complete()
|
A D | fotg210.c | 663 req->req.status = -ECONNRESET; in fotg210_ep_dequeue()
|
A D | max3420_udc.c | 340 max3420_req_done(req, -ECONNRESET); in max3420_ep_dequeue()
|
A D | f_mass_storage.c | 505 if (req->status == -ECONNRESET) /* Request was cancelled */ in bulk_in_complete() 524 if (req->status == -ECONNRESET) /* Request was cancelled */ in bulk_out_complete()
|
A D | ci_udc.c | 553 ci_req->req.status = -ECONNRESET; in ci_ep_dequeue()
|
A D | dwc2_udc_otg.c | 760 done(ep, req, -ECONNRESET); in dwc2_dequeue()
|
A D | at91_udc.c | 540 done(ep, req, -ECONNRESET); in at91_ep_dequeue()
|
A D | pxa25x_udc.c | 882 done(ep, req, -ECONNRESET); in pxa25x_ep_dequeue()
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_gadget.c | 1402 musb_g_giveback(musb_ep, request, -ECONNRESET); in musb_gadget_dequeue() 1414 musb_g_giveback(musb_ep, request, -ECONNRESET); in musb_gadget_dequeue() 1419 musb_g_giveback(musb_ep, request, -ECONNRESET); in musb_gadget_dequeue()
|
/u-boot/drivers/usb/mtu3/ |
A D | mtu3_gadget.c | 331 mtu3_req_complete(mep, req, -ECONNRESET); in mtu3_gadget_dequeue()
|
Completed in 47 milliseconds