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

1234567891011>>

/linux-master/drivers/usb/host/
H A Dfhci-q.c42 return -EPIPE;
H A Duhci-hub.c416 retval = -EPIPE;
H A Duhci-q.c782 return -EPIPE;
1193 if ((debug == 1 && ret != -EPIPE) || debug > 1) {
/linux-master/drivers/usb/usbip/
H A Dvudc_tx.c65 return -EPIPE;
142 ret = -EPIPE;
171 ret = -EPIPE;
/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/arch/s390/crypto/
H A Dprng.c598 return -EPIPE;
/linux-master/arch/s390/kernel/
H A Ddebug.c466 return -EPIPE;
1315 rc = -EPIPE;
1369 rc = -EPIPE;
1439 rc = -EPIPE;
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c954 return -EPIPE;
1119 return ERR_PTR(-EPIPE);
/linux-master/drivers/ata/
H A Dlibata-eh.c2953 } else if (rc == -EPIPE)
H A Dlibata-sata.c276 * -EPIPE to tell upper layer to lower link speed.
279 return -EPIPE;
/linux-master/drivers/block/
H A Dnbd.c557 result = -EPIPE; /* short read */
/linux-master/drivers/cdx/controller/
H A Dmcdi.c365 cmd->rc = -EPIPE;
/linux-master/drivers/char/tpm/
H A Dtpm-dev-common.c219 ret = -EPIPE;
H A Dtpm-interface.c87 if (rc != -EPIPE)
H A Dtpm_vtpm_proxy.c89 return -EPIPE;
136 return -EPIPE;
277 return -EPIPE;
349 return -EPIPE;
/linux-master/drivers/char/
H A Dvirtio_console.c1116 return -EPIPE;
1141 return -EPIPE;
/linux-master/drivers/comedi/
H A Dcomedi_fops.c1150 retval = -EPIPE;
1159 retval = -EPIPE;
2514 retval = -EPIPE;
2655 retval = -EPIPE;
/linux-master/drivers/comedi/drivers/
H A Dcb_pcidas64.c3276 return -EPIPE;
H A Ddt282x.c862 return -EPIPE;
865 return -EPIPE;
H A Dni_mio_common.c963 return -EPIPE;
2808 return -EPIPE;
/linux-master/drivers/firmware/imx/
H A Dimx-scu.c78 -EPIPE, /* IMX_SC_ERR_IPC */
/linux-master/drivers/gnss/
H A Dusb.c49 case -EPIPE:
/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/drivers/gpu/drm/gud/
H A Dgud_drv.c167 if (ret == -EPIPE || ((gdrm->flags & GUD_DISPLAY_FLAG_STATUS_ON_SET) && !in && ret >= 0)) {
176 ret = -EPIPE;

Completed in 392 milliseconds

1234567891011>>