Searched refs:ECONNRESET (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | errno.h | 112 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | ivc.c | 194 return -ECONNRESET; in tegra_ivc_check_read() 215 return -ECONNRESET; in tegra_ivc_check_write()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | errno_str.c | 118 ERRNO_MSG(ECONNRESET, "Connection reset by peer"),
|
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | ep0.c | 575 -ECONNRESET); in cdns3_ep0_setup_phase() 732 return -ECONNRESET; in cdns3_gadget_ep0_queue()
|
| H A D | gadget.c | 2098 cdns3_gadget_giveback(priv_ep, priv_req, -ECONNRESET); in cdns3_gadget_ep_dequeue()
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | ep0.c | 268 dwc3_gadget_giveback(dep, req, -ECONNRESET); in dwc3_ep0_stall_and_restart() 804 dwc3_gadget_giveback(ep0, r, -ECONNRESET); in dwc3_ep0_complete_data()
|
| H A D | gadget.c | 1146 dwc3_gadget_giveback(dep, req, -ECONNRESET); in dwc3_gadget_ep_dequeue() 1739 status = -ECONNRESET; in __dwc3_cleanup_done_trbs() 1831 status = -ECONNRESET; in dwc3_endpoint_transfer_complete()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ether.c | 1152 } else if (value != -ECONNRESET) { in eth_status_complete() 1588 case -ECONNRESET: /* unlink */ in rx_complete() 1638 case -ECONNRESET: /* unlink */ in tx_complete()
|
| H 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()
|
| H A D | f_thor.c | 612 case -ECONNRESET: /* request dequeued */ in thor_rx_tx_complete()
|
| H A D | fotg210.c | 661 req->req.status = -ECONNRESET; in fotg210_ep_dequeue()
|
| H A D | ci_udc.c | 544 ci_req->req.status = -ECONNRESET; in ci_ep_dequeue()
|
| H A D | dwc2_udc_otg.c | 763 done(ep, req, -ECONNRESET); in dwc2_dequeue()
|
| H A D | f_mass_storage.c | 500 if (req->status == -ECONNRESET) /* Request was cancelled */ in bulk_in_complete() 519 if (req->status == -ECONNRESET) /* Request was cancelled */ in bulk_out_complete()
|
| H A D | at91_udc.c | 538 done(ep, req, -ECONNRESET); in at91_ep_dequeue()
|
| H A D | pxa25x_udc.c | 879 done(ep, req, -ECONNRESET); in pxa25x_ep_dequeue()
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_gadget.c | 1397 musb_g_giveback(musb_ep, request, -ECONNRESET); in musb_gadget_dequeue() 1409 musb_g_giveback(musb_ep, request, -ECONNRESET); in musb_gadget_dequeue() 1414 musb_g_giveback(musb_ep, request, -ECONNRESET); in musb_gadget_dequeue()
|