Searched refs:EPIPE (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/linux-master/include/uapi/asm-generic/
H A Derrno-base.h36 #define EPIPE 32 /* Broken pipe */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h36 #define EPIPE 32 /* Broken pipe */ macro
/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.c85 return -EPIPE;
120 return -EPIPE;
126 return -EPIPE;
149 return -EPIPE;
155 return -EPIPE;
186 return -EPIPE;
210 return -EPIPE;
221 return -EPIPE;
/linux-master/net/core/
H A Dstream.c67 return -EPIPE;
169 err = -EPIPE;
188 if (err == -EPIPE)
189 err = sock_error(sk) ? : -EPIPE;
190 if (err == -EPIPE && !(flags & MSG_NOSIGNAL))
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-common.c308 return -EPIPE;
317 return -EPIPE;
329 return -EPIPE;
335 return -EPIPE;
340 return -EPIPE;
345 return -EPIPE;
H A Dvimc-streamer.c115 return -EPIPE;
/linux-master/include/sound/
H A Dpcm-indirect.h47 return -EPIPE;
97 if (err == -EPIPE)
120 return -EPIPE;
174 if (err == -EPIPE)
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h106 -EPIPE, /* IAVF_AQ_RC_EFLUSHED */
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h106 -EPIPE, /* I40E_AQ_RC_EFLUSHED */
/linux-master/drivers/usb/usbip/
H A Dvudc_tx.c65 return -EPIPE;
142 ret = -EPIPE;
171 ret = -EPIPE;
H A Dvudc_rx.c114 ret = -EPIPE;
200 return -EPIPE;
221 ret = -EPIPE;
/linux-master/drivers/usb/
H A Dusb-skeleton.c151 res = dev->errors ? (dev->errors == -EPIPE ? -EPIPE : -EIO) : 0;
273 rv = (rv == -EPIPE) ? rv : -EIO;
396 retval = (retval == -EPIPE) ? retval : -EIO;
625 dev->errors = -EPIPE;
/linux-master/fs/ocfs2/cluster/
H A Dtcp.h71 case -EPIPE:
/linux-master/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c89 return -EPIPE;
136 return -EPIPE;
277 return -EPIPE;
349 return -EPIPE;
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c1244 return -EPIPE;
1255 return -EPIPE;
1259 return -EPIPE;
1263 return -EPIPE;
1267 return -EPIPE;
1271 return -EPIPE;
1274 return -EPIPE;
1305 return -EPIPE;
1309 return -EPIPE;
1316 return -EPIPE;
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_of.c308 int pixels_type = -EPIPE;
320 return -EPIPE;
359 * If either port is not connected, this function returns -EPIPE.
372 * * -EPIPE - when @port1 or @port2 are not connected
/linux-master/net/smc/
H A Dsmc_tx.c94 rc = -EPIPE;
197 rc = -EPIPE;
217 return -EPIPE;
568 return -EPIPE;
641 rc = -EPIPE; /* connection being aborted */
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c372 return -EPIPE;
378 return -EPIPE;
383 return -EPIPE;
/linux-master/drivers/rpmsg/
H A Drpmsg_char.c211 return -EPIPE;
230 return -EPIPE;
273 ret = -EPIPE;
/linux-master/net/9p/
H A Derror.c71 {"Broken pipe", EPIPE},
/linux-master/drivers/media/rc/
H A Dimon_raw.c94 case -EPIPE:
/linux-master/drivers/platform/x86/intel/pmt/
H A Dtelemetry.c223 return ep->present ? 0 : -EPIPE;
242 return ep->present ? 0 : -EPIPE;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c492 ret = -EPIPE;
498 ret = -EPIPE;
513 ret = -EPIPE;
529 ret = -EPIPE;
536 ret = -EPIPE;
551 ret = -EPIPE;
627 return -EPIPE;
/linux-master/drivers/media/platform/ti/j721e-csi2rx/
H A Dj721e-csi2rx.c932 return -EPIPE;
938 return -EPIPE;
945 return -EPIPE;
952 return -EPIPE;
959 return -EPIPE;
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c197 return -EPIPE;
203 return -EPIPE;
217 return -EPIPE;
222 return -EPIPE;
473 return -EPIPE;

Completed in 616 milliseconds

1234567891011>>