Searched refs:EPIPE (Results 226 - 250 of 299) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.c914 ret = -EPIPE;
/linux-master/drivers/usb/serial/
H A Df81534.c1285 case -EPIPE:
H A Dti_usb_3410_5052.c1208 if (status == -EPIPE)
/linux-master/drivers/net/can/usb/
H A Ducan.c711 case -EPIPE:
H A Desd_usb.c492 case -EPIPE:
/linux-master/drivers/rpmsg/
H A Dqcom_smd.c790 ret = -EPIPE;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c1233 return ret ? -EPIPE : 0;
/linux-master/drivers/usb/atm/
H A Dusbatm.c1231 vcc_release_async(vcc_data->vcc, -EPIPE);
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c1176 ret = -EPIPE;
/linux-master/drivers/media/i2c/
H A Dds90ub953.c523 ret = -EPIPE;
/linux-master/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c1112 return -EPIPE;
/linux-master/drivers/hid/
H A Dhid-steam.c367 * Sometimes the wireless controller fails with EPIPE
376 if (ret != -EPIPE)
/linux-master/net/netrom/
H A Daf_netrom.c1064 err = -EPIPE;
/linux-master/sound/pci/hda/
H A Dhda_controller.c230 return -EPIPE;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c995 if (unlikely(ret == -EPIPE)) {
1023 if (unlikely(ret == -EPIPE)) {
2173 if (unlikely(ret == -EPIPE))
3881 if (ret == -EPIPE) {
/linux-master/net/core/
H A Dskmsg.c685 sk_psock_report_error(psock, ret ? -ret : EPIPE);
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c1326 urb->status = -EPIPE;
1336 urb->status = -EPIPE;
3849 retval = -EPIPE;
H A Disp116x-hcd.c1139 ret = -EPIPE;
/linux-master/net/tipc/
H A Dsocket.c413 return -EPIPE;
1455 return -EPIPE;
3764 return -EPIPE;
/linux-master/sound/core/
H A Dpcm_native.c1418 return -EPIPE;
1433 if (err == -EPIPE)
2922 return -EPIPE;
/linux-master/net/sunrpc/
H A Dxprtsock.c982 case -EPIPE:
1059 case -EPIPE:
1166 case -EPIPE:
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c1771 retval = -EPIPE;
2153 status = -EPIPE;
2426 if (last_status != -EPIPE)
/linux-master/drivers/media/usb/au0828/
H A Dau0828-video.c69 case -EPIPE:
/linux-master/sound/usb/
H A Dpcm.c687 if (ret == -EPIPE && !retry++) {
/linux-master/fs/ocfs2/cluster/
H A Dtcp.c926 ret = -EPIPE; /* should be smarter, I bet */

Completed in 529 milliseconds

1234567891011>>