Searched refs:EPIPE (Results 76 - 100 of 299) sorted by relevance

1234567891011>>

/linux-master/drivers/tty/hvc/
H A Dhvsi_lib.c226 pr_devel("HVSI@%x: returning -EPIPE\n", pv->termno);
227 return -EPIPE;
H A Dhvc_iucv.c215 * If the IUCV path has been severed, then -EPIPE is returned to cause a
229 /* if the IUCV path has been severed, return -EPIPE to inform the
232 return -EPIPE;
352 * If an existing IUCV communicaton path has been severed, -EPIPE is returned
364 return -EPIPE;
386 * -EPIPE if an existing IUCV communicaton path has been severed.
394 return -EPIPE;
572 * If the tty has been opened, let get_chars() return -EPIPE to signal
/linux-master/drivers/s390/char/
H A Dzcore.c189 return -EPIPE;
/linux-master/drivers/char/tpm/
H A Dtpm-interface.c87 if (rc != -EPIPE)
/linux-master/include/trace/misc/
H A Dnfs.h240 { EPIPE, "EPIPE" }, \
/linux-master/drivers/media/rc/
H A Dredrat3.c718 case -EPIPE:
897 case -EPIPE:
916 case -EPIPE:
/linux-master/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c124 return -EPIPE;
460 err = -EPIPE;
477 err = -EPIPE;
/linux-master/net/atm/
H A Dcommon.c276 vcc_release_async(vcc, -EPIPE);
589 error = -EPIPE;
618 error = -EPIPE;
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-isp.c940 return -EPIPE;
946 return -EPIPE;
958 return -EPIPE;
/linux-master/drivers/media/usb/uvc/
H A Duvc_video.c82 if (ret != -EPIPE) {
86 return ret < 0 ? ret : -EPIPE;
100 return ret < 0 ? ret : -EPIPE;
107 return -EPIPE;
130 return -EPIPE;
/linux-master/drivers/usb/core/
H A Dmessage.c848 if (result == 0 || result == -EPIPE)
918 return -EPIPE;
939 return -EPIPE;
1587 ret = -EPIPE;
1598 if (ret == -EPIPE && iface->num_altsetting == 1) {
/linux-master/sound/core/
H A Dpcm_lib.c217 return -EPIPE;
222 return -EPIPE;
323 return -EPIPE;
1973 err = -EPIPE;
1977 err = -EPIPE;
2182 return -EPIPE;
2225 if (ret == -EPIPE)
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c977 ret = -EPIPE;
1095 * Return 0 if all formats match or -EPIPE otherwise.
1143 return -EPIPE;
1151 return -EPIPE;
1156 return -EPIPE;
1168 return -EPIPE;
1172 return -EPIPE;
1199 ret = -EPIPE;
/linux-master/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c327 if (result == -EPIPE) {
377 if (result == -EPIPE) {
2836 if (result == -EPIPE) {
2926 case -EPIPE:
3464 case -EPIPE: {
3600 if ((urb->status == -EPIPE) &&
/linux-master/drivers/net/usb/
H A Dusbnet.c522 case -EPIPE:
608 case -EPIPE:
1149 status != -EPIPE &&
1169 status != -EPIPE &&
1261 case -EPIPE:
1454 case -EPIPE:
H A Dpegasus.c478 case -EPIPE: /* stall, or disconnect from TT */
616 case -EPIPE:
720 case -EPIPE: /* stall, or disconnect from TT */
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c1100 qtd->urb->status = -EPIPE;
1320 urb->status = -EPIPE; /* Stall */
1450 (qtd->urb->status != -EPIPE) &&
1906 return -EPIPE;
1910 return -EPIPE;
2442 retval = -EPIPE;
/linux-master/drivers/usb/usbip/
H A Dvhci_hcd.c436 retval = -EPIPE;
499 retval = -EPIPE;
640 retval = -EPIPE;
H A Dstub_tx.c60 case -EPIPE:
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c192 case -EPIPE:
194 "nonzero urb status received: -EPIPE\n");
211 * Avoid propagating -EPIPE (stall) to userspace since it is
214 if (desc->rerr == 0 && status != -EPIPE)
264 case -EPIPE:
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c559 ret = -EPIPE;
758 if (!(ret == -EDEADLK || ret == -EPIPE || ret == -ENODEV))
1092 return -EPIPE;
/linux-master/drivers/staging/rtl8712/
H A Dusb_ops_linux.c218 case -EPIPE:
/linux-master/fs/autofs/
H A Dwaitq.c68 if (wr == -EPIPE && !sigpipe) {
/linux-master/sound/usb/
H A Dendpoint.c115 case -EPIPE:
505 return -EPIPE;
520 return -EPIPE;
1651 return -EPIPE;
/linux-master/drivers/usb/host/
H A Dohci-da8xx.c347 return ohci_da8xx_set_power(hcd, temp) ? -EPIPE : 0;

Completed in 460 milliseconds

1234567891011>>