Searched refs:EPIPE (Results 101 - 125 of 299) sorted by relevance

1234567891011>>

/linux-master/sound/usb/caiaq/
H A Ddevice.c275 return -EPIPE;
H A Daudio.c113 return -EPIPE;
265 return -EPIPE;
/linux-master/net/smc/
H A Dsmc_close.c102 return -EPIPE;
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prp.c357 ret = -EPIPE;
H A Dimx-media-capture.c699 return -EPIPE;
707 return -EPIPE;
H A Dimx6-mipi-csi2.c419 ret = -EPIPE;
428 ret = -EPIPE;
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160-video.c39 case -EPIPE:
/linux-master/drivers/usb/host/
H A Dmax3421-hcd.c294 [MAX3421_HRSL_STALL] = -EPIPE,
1710 retval = -EPIPE;
1719 retval = -EPIPE;
1755 retval = -EPIPE;
H A Dohci-pxa27x.c201 return -EPIPE;
H A Dr8a66597-hcd.c1205 return -EPIPE;
1325 finish_request(r8a66597, td, pipenum, td->urb, -EPIPE);
1400 finish_request(r8a66597, td, pipenum, urb, -EPIPE);
1490 return -EPIPE;
2234 ret = -EPIPE;
/linux-master/fs/bcachefs/
H A Dthread_with_file.c173 ret = -EPIPE;
/linux-master/drivers/comedi/drivers/
H A Ddt282x.c862 return -EPIPE;
865 return -EPIPE;
/linux-master/drivers/usb/serial/
H A Dcypress_m8.c1034 case -EPIPE:
1183 case -EPIPE:
/linux-master/drivers/most/
H A Dmost_usb.c359 case -EPIPE:
417 case -EPIPE:
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drm.c355 return -EPIPE;
533 return -EPIPE;
/linux-master/drivers/staging/media/omap4iss/
H A Diss.c144 return -EPIPE;
153 return -EPIPE;
H A Diss_resizer.c641 return -EPIPE;
644 return -EPIPE;
/linux-master/drivers/net/can/usb/
H A Df81604.c430 case -EPIPE:
624 case -EPIPE:
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-video.c354 return -EPIPE;
483 return -EPIPE;
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.c103 case -EPIPE:
359 case -EPIPE:
/linux-master/tools/testing/vsock/
H A Dvsock_test.c162 * -EPIPE error on send.
166 send_byte(fd, -EPIPE, 0);
183 * -EPIPE error on send.
187 send_byte(fd, -EPIPE, 0);
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1877 status = -EPIPE;
1937 status = -EPIPE;
2185 retval = -EPIPE;
2225 retval = -EPIPE;
2353 retval = -EPIPE;
/linux-master/net/sunrpc/
H A Dclnt.c2115 case -EPIPE:
2210 case -EPIPE:
2346 case -EPIPE:
2401 case -EPIPE:
2483 case -EPIPE:
/linux-master/sound/core/oss/
H A Dpcm_oss.c1245 if (ret != -EPIPE && ret != -ESTRPIPE)
1284 if (ret == -EPIPE) {
1317 if (ret != -EPIPE && ret != -ESTRPIPE)
1350 if (ret != -EPIPE && ret != -ESTRPIPE)
2173 if (err == -EPIPE)
2206 if (err == -EPIPE || err == -ESTRPIPE || (! err && delay < 0)) {
2285 if (err == -EPIPE || err == -ESTRPIPE || (! err && avail < 0)) {
/linux-master/drivers/usb/dwc2/
H A Dhcd_intr.c96 if (qtd->urb->status != -EPIPE && qtd->urb->status != -EREMOTEIO) {
1113 dwc2_host_complete(hsotg, qtd, -EPIPE);
1117 dwc2_host_complete(hsotg, qtd, -EPIPE);

Completed in 422 milliseconds

1234567891011>>