Searched refs:EPIPE (Results 251 - 275 of 299) sorted by relevance

<<1112

/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c1433 case -EPIPE:
/linux-master/drivers/usb/gadget/udc/
H A Dm66592-udc.c852 req->req.status = -EPIPE;
H A Dpxa25x_udc.c1608 nuke(ep, -EPIPE);
H A Dpxa27x_udc.c1947 nuke(ep, -EPIPE);
H A Dr8a66597-udc.c1052 req->req.status = -EPIPE;
/linux-master/drivers/media/usb/gspca/
H A Dcpia1.c404 /* Sometimes we see spurious EPIPE errors */
430 if (ret == -EPIPE && retries > 0) {
/linux-master/net/rose/
H A Daf_rose.c1120 return -EPIPE;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c124 CASE_ERR(EPIPE);
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_cm.c557 return -EPIPE;
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c198 case -EPIPE:
/linux-master/net/x25/
H A Daf_x25.c1127 rc = -EPIPE;
1152 * to SIGPIPE, EPIPE;
/linux-master/drivers/media/i2c/
H A Dtc358746.c681 return -EPIPE;
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-capture.c1490 return -EPIPE;
/linux-master/drivers/usb/host/
H A Dxhci-hub.c1582 retval = -EPIPE;
/linux-master/net/ax25/
H A Daf_ax25.c1516 err = -EPIPE;
1589 * we ought to SIGPIPE, EPIPE
/linux-master/net/ipv4/
H A Daf_inet.c713 err = -EPIPE;
/linux-master/drivers/usb/core/
H A Ddevio.c1254 if (i < 0 && i != -EPIPE) {
2872 kill_pid_usb_asyncio(ps->discsignr, EPIPE, ps->disccontext,
/linux-master/net/mptcp/
H A Dprotocol.c1821 ret = -EPIPE;
2580 WRITE_ONCE(sk->sk_err, EPIPE);
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1141 -EPIPE : -ECONNRESET;
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c120 case -EPIPE:
H A Dem28xx-video.c560 case -EPIPE:
/linux-master/drivers/usb/serial/
H A Dio_ti.c1747 if (status == -EPIPE)
/linux-master/drivers/mmc/host/
H A Dvub300.c2406 vub300->errors = -EPIPE;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-subdev.c1190 return -EPIPE;
/linux-master/drivers/usb/class/
H A Dcdc-acm.c522 case -EPIPE:

Completed in 480 milliseconds

<<1112