Searched refs:EPIPE (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/linux-master/sound/soc/intel/avs/
H A Dprobes.c185 return -EPIPE;
/linux-master/drivers/input/joystick/
H A Dpxrc.c51 case -EPIPE:
/linux-master/drivers/md/dm-vdo/
H A Derrors.c49 [EPIPE] = "Broken pipe",
/linux-master/sound/core/
H A Dcompress_offload.c236 return -EPIPE;
352 return -EPIPE;
865 return -EPIPE;
917 return -EPIPE;
/linux-master/drivers/hid/
H A Dhid-uclogic-params.c152 * -EPIPE, if the descriptor was not found, or
181 if (rc == -EPIPE) {
258 if (rc == -EPIPE) {
403 if (rc == -EPIPE) {
590 if (rc == -EPIPE) {
879 if (rc == -EPIPE) {
H A Dhid-thrustmaster.c198 if (urb->status == 0 || urb->status == -EPROTO || urb->status == -EPIPE)
/linux-master/net/sunrpc/
H A Drpc_pipe.c137 int res = -EPIPE;
186 rpc_purge_list(&RPC_I(inode)->waitq, &free_list, pipe->ops->destroy_msg, -EPIPE);
291 res = -EPIPE;
331 res = -EPIPE;
369 return -EPIPE;
842 * return -EPIPE.
/linux-master/fs/
H A Dsplice.c212 ret = -EPIPE;
255 ret = -EPIPE;
1269 return -EPIPE;
1718 ret = -EPIPE;
1778 ret = -EPIPE;
1902 ret = -EPIPE;
/linux-master/net/kcm/
H A Dkcmsock.c51 csk->sk_err = EPIPE;
412 report_csk_error(sk, EPIPE);
662 kcm_abort_tx_psock(psock, ret ? -ret : EPIPE,
756 int err = -EPIPE;
1411 kcm_abort_tx_psock(psock, EPIPE, false);
1725 kcm_abort_tx_psock(psock, EPIPE, false);
/linux-master/net/atm/
H A Dmpoa_caches.c220 vcc_release_async(vcc, -EPIPE);
452 vcc_release_async(vcc, -EPIPE);
/linux-master/drivers/usb/serial/
H A Dgeneric.c398 case -EPIPE:
459 case -EPIPE:
H A Dir-usb.c332 case -EPIPE:
/linux-master/drivers/gpu/drm/gud/
H A Dgud_drv.c167 if (ret == -EPIPE || ((gdrm->flags & GUD_DISPLAY_FLAG_STATUS_ON_SET) && !in && ret >= 0)) {
176 ret = -EPIPE;
/linux-master/drivers/soc/qcom/
H A Dqmi_interface.c541 msglen = -EPIPE;
771 ret = -EPIPE;
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-dma.c67 return -EPIPE;
201 return -EPIPE;
239 * Return: 0 if successful or -EPIPE if the pipeline is not valid.
/linux-master/net/smc/
H A Dsmc_cdc.c88 rc = -EPIPE;
214 return -EPIPE;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipeif.c589 return -EPIPE;
592 return -EPIPE;
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c507 return -EPIPE;
688 if (n == -EPIPE) {
/linux-master/drivers/net/wireguard/
H A Dreceive.c528 if (unlikely(ret == -EPIPE))
530 if (likely(!ret || ret == -EPIPE)) {
/linux-master/drivers/usb/host/
H A Duhci-hub.c416 retval = -EPIPE;
H A Dfhci-hub.c327 retval = -EPIPE;
/linux-master/drivers/usb/musb/
H A Dmusb_virthub.c431 retval = -EPIPE;
/linux-master/drivers/firmware/imx/
H A Dimx-scu.c78 -EPIPE, /* IMX_SC_ERR_IPC */
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c175 return -EPIPE;
/linux-master/arch/s390/kernel/
H A Ddebug.c466 return -EPIPE;
1315 rc = -EPIPE;
1369 rc = -EPIPE;
1439 rc = -EPIPE;

Completed in 227 milliseconds

1234567891011>>