Searched refs:EPIPE (Results 151 - 175 of 299) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/host/
H A Dehci-q.c223 status = -EPIPE;
487 if (last_status != -EPIPE)
H A Dxen-hcd.c539 ret = -EPIPE;
752 return -EPIPE;
H A Duhci-q.c782 return -EPIPE;
1193 if ((debug == 1 && ret != -EPIPE) || debug > 1) {
H A Dsl811-hcd.c569 urbstat = -EPIPE;
1339 retval = -EPIPE;
/linux-master/drivers/media/rc/
H A Dmceusb.c879 case -EPIPE:
1394 case -EPIPE:
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c426 return -EPIPE;
1099 return -EPIPE;
/linux-master/fs/
H A Dpipe.c459 ret = -EPIPE;
501 ret = -EPIPE;
/linux-master/drivers/net/usb/
H A Dlan78xx.c3266 case -EPIPE:
3678 case -EPIPE:
3732 case -EPIPE:
3945 case -EPIPE:
4112 status != -EPIPE &&
4129 status != -EPIPE &&
4908 if (ret == -EPIPE) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c3975 rc = -EPIPE;
4135 rc = -EPIPE;
4344 return -EPIPE;
4483 rc = -EPIPE;
4528 return -EPIPE;
4540 return -EPIPE;
4618 return -EPIPE;
/linux-master/drivers/media/i2c/
H A Dds90ub960.c2452 return -EPIPE;
2457 return -EPIPE;
2461 return -EPIPE;
2468 return -EPIPE;
2826 ret = -EPIPE;
/linux-master/drivers/usb/musb/
H A Dmusb_host.c1087 status = -EPIPE;
1232 status = -EPIPE;
1774 status = -EPIPE;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c2437 return -EPIPE;
2447 return -EPIPE;
2457 return -EPIPE;
/linux-master/net/iucv/
H A Daf_iucv.c929 err = -EPIPE;
1055 err = -EPIPE;
1089 err = -EPIPE;
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Drtl28xxu.c279 if (ret == -EPIPE)
654 if (ret == -EPIPE) {
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c969 err = -EPIPE;
1032 err = -EPIPE;
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c298 case -EPIPE: /* stall */
494 case -EPIPE: /* report not available */
/linux-master/drivers/infiniband/core/
H A Duser_mad.c697 ret = -EPIPE;
798 ret = -EPIPE;
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csi.c175 return -EPIPE;
993 ret = -EPIPE;
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c954 return -EPIPE;
1119 return ERR_PTR(-EPIPE);
/linux-master/drivers/media/platform/nxp/
H A Dimx7-media-csi.c1428 return -EPIPE;
1436 return -EPIPE;
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c934 return -EPIPE;
954 return -EPIPE;
/linux-master/net/vmw_vsock/
H A Daf_vsock.c1853 err = -EPIPE;
1927 err = -EPIPE;
/linux-master/sound/x86/
H A Dintel_hdmi_audio.c945 * returns the current PCM buffer byte position, or -EPIPE for underrun.
963 len = -EPIPE;
972 len = -EPIPE; /* all empty? - report underrun */
/linux-master/drivers/char/
H A Dvirtio_console.c1116 return -EPIPE;
1141 return -EPIPE;
/linux-master/fs/smb/client/
H A Dsmb2maperror.c473 {STATUS_PIPE_DISCONNECTED, -EPIPE, "STATUS_PIPE_DISCONNECTED"},
644 {STATUS_PIPE_BROKEN, -EPIPE, "STATUS_PIPE_BROKEN"},

Completed in 323 milliseconds

1234567891011>>