Searched refs:EPIPE (Results 26 - 50 of 299) sorted by relevance

1234567891011>>

/linux-master/sound/usb/6fire/
H A Dpcm.c393 return -EPIPE;
457 return -EPIPE;
501 return -EPIPE;
/linux-master/sound/usb/hiface/
H A Dpcm.c357 return -EPIPE;
424 return -EPIPE;
458 return -EPIPE;
/linux-master/drivers/usb/usbip/
H A Dusbip_common.c692 return -EPIPE;
714 return -EPIPE;
833 return -EPIPE;
H A Dvudc_transfer.c364 urb->status = -EPIPE;
388 urb->status = -EPIPE;
H A Dvhci_tx.c145 err = -EPIPE;
/linux-master/drivers/usb/misc/
H A Dusbtest.c1002 if (retval == -EPIPE) {
1131 else if (subcase->number == 12 && status == -EPIPE)
1262 expected = EPIPE;
1279 expected = EPIPE;
1290 expected = -EPIPE;
1301 expected = EPIPE;
1319 expected = EPIPE;
1327 expected = EREMOTEIO; /* or EPIPE, if no strings */
1361 expected = -EPIPE;
1426 /* we "know" -EPIPE (stal
[all...]
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.c447 * Return 0 if the formats match or -EPIPE otherwise.
470 return -EPIPE;
481 return -EPIPE;
486 return -EPIPE;
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_host.c1105 return -EPIPE;
1120 return -EPIPE;
1168 return -EPIPE;
1181 return -EPIPE;
1211 return -EPIPE;
1240 int ret = -EPIPE;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c521 return -EPIPE;
665 return -EPIPE;
750 return -EPIPE;
849 return -EPIPE;
900 return -EPIPE;
999 return -EPIPE;
/linux-master/drivers/media/rc/
H A Dttusbir.c94 case -EPIPE:
169 case -EPIPE:
/linux-master/drivers/usb/chipidea/
H A Dhost.c274 retval = -EPIPE;
280 retval = -EPIPE;
/linux-master/drivers/net/wireguard/
H A Dsend.c322 if (unlikely(ret == -EPIPE))
326 if (likely(!ret || ret == -EPIPE))
H A Dqueueing.h175 return -EPIPE;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipe.c370 return -EPIPE;
373 return -EPIPE;
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-crossbar.c159 return ERR_PTR(-EPIPE);
168 return ERR_PTR(-EPIPE);
/linux-master/drivers/usb/host/
H A Dfhci-q.c42 return -EPIPE;
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h138 {-EPIPE, "Specified endpoint is stalled (device not responding)"},
/linux-master/drivers/gnss/
H A Dusb.c49 case -EPIPE:
/linux-master/drivers/char/tpm/
H A Dtpm-dev-common.c219 ret = -EPIPE;
/linux-master/net/smc/
H A Dsmc_wr.c224 return -EPIPE;
227 return -EPIPE;
388 return -EPIPE;
400 rc = -EPIPE;
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c322 return -EPIPE;
330 return -EPIPE;
338 return -EPIPE;
343 return -EPIPE;
/linux-master/sound/usb/usx2y/
H A Dusbusx2yaudio.c132 return -EPIPE;
509 err = -EPIPE;
524 err = -EPIPE;
559 return -EPIPE;
/linux-master/lib/
H A Derrname.c130 E(EPIPE),
/linux-master/net/caif/
H A Dcaif_socket.c393 err = -EPIPE;
483 *err = -EPIPE;
545 ret = -EPIPE;
660 err = -EPIPE;
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-csi2.c126 return -EPIPE;

Completed in 304 milliseconds

1234567891011>>