Home
last modified time | relevance | path

Searched refs:ESTRPIPE (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dstream-ipc.c43 return -ESTRPIPE; in sof_ipc_msg_data()
51 return -ESTRPIPE; in sof_ipc_msg_data()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h67 #define ESTRPIPE 91 /* Streams pipe error */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h67 #define ESTRPIPE 91 /* Streams pipe error */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h110 #define ESTRPIPE 128 /* Streams pipe error */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h63 #define ESTRPIPE 176 /* Streams pipe error */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h67 #define ESTRPIPE 92 /* Streams pipe error */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h110 #define ESTRPIPE 128 /* Streams pipe error */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h63 #define ESTRPIPE 176 /* Streams pipe error */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h67 #define ESTRPIPE 92 /* Streams pipe error */ macro
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-ipc.c252 return -ESTRPIPE; in acp_sof_ipc_msg_data()
257 return -ESTRPIPE; in acp_sof_ipc_msg_data()
/openbmc/u-boot/include/linux/
H A Derrno.h94 #define ESTRPIPE 86 /* Streams pipe error */ macro
/openbmc/linux/net/9p/
H A Derror.c91 {"Streams pipe error", ESTRPIPE},
/openbmc/u-boot/lib/
H A Derrno_str.c100 ERRNO_MSG(ESTRPIPE, "Streams pipe error"),
/openbmc/linux/lib/
H A Derrname.c156 E(ESTRPIPE),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc133 E(ESTRPIPE)
/openbmc/linux/Documentation/networking/
H A Dstrparser.rst135 -ESTRPIPE current message should not be processed by the
146 -ESTRPIPE and the stream parser had previously read some bytes for
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c411 return -ESTRPIPE; in hda_ipc_msg_data()
/openbmc/linux/net/strparser/
H A Dstrparser.c227 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c1256 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_write3()
1303 if (ret != -ESTRPIPE) in snd_pcm_oss_read3()
1328 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_writev3()
1361 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_readv3()
2220 if (err == -EPIPE || err == -ESTRPIPE || (! err && delay < 0)) { in snd_pcm_oss_get_ptr()
2299 if (err == -EPIPE || err == -ESTRPIPE || (! err && avail < 0)) { in snd_pcm_oss_get_space()
/openbmc/qemu/audio/
H A Dalsaaudio.c664 case -ESTRPIPE: in alsa_write()
/openbmc/linux/sound/core/
H A Dpcm_lib.c1940 err = -ESTRPIPE; in wait_for_avail()
2154 return -ESTRPIPE; in pcm_accessible_state()
H A Dpcm_native.c2185 result = -ESTRPIPE; in snd_pcm_drain()
2925 return -ESTRPIPE; in do_pcm_hwsync()