/openbmc/linux/sound/soc/sof/ |
H A D | stream-ipc.c | 43 return -ESTRPIPE; in sof_ipc_msg_data() 51 return -ESTRPIPE; in sof_ipc_msg_data()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 67 #define ESTRPIPE 91 /* Streams pipe error */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 67 #define ESTRPIPE 91 /* Streams pipe error */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 110 #define ESTRPIPE 128 /* Streams pipe error */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 63 #define ESTRPIPE 176 /* Streams pipe error */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 67 #define ESTRPIPE 92 /* Streams pipe error */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 110 #define ESTRPIPE 128 /* Streams pipe error */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 63 #define ESTRPIPE 176 /* Streams pipe error */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 67 #define ESTRPIPE 92 /* Streams pipe error */ macro
|
/openbmc/linux/sound/soc/sof/amd/ |
H A D | acp-ipc.c | 252 return -ESTRPIPE; in acp_sof_ipc_msg_data() 257 return -ESTRPIPE; in acp_sof_ipc_msg_data()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 94 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
/openbmc/linux/net/9p/ |
H A D | error.c | 91 {"Streams pipe error", ESTRPIPE},
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 100 ERRNO_MSG(ESTRPIPE, "Streams pipe error"),
|
/openbmc/linux/lib/ |
H A D | errname.c | 156 E(ESTRPIPE),
|
/openbmc/qemu/linux-user/ |
H A D | errnos.c.inc | 133 E(ESTRPIPE)
|
/openbmc/linux/Documentation/networking/ |
H A D | strparser.rst | 135 -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 D | hda-ipc.c | 411 return -ESTRPIPE; in hda_ipc_msg_data()
|
/openbmc/linux/net/strparser/ |
H A D | strparser.c | 227 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
|
/openbmc/linux/sound/core/oss/ |
H A D | pcm_oss.c | 1256 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 D | alsaaudio.c | 664 case -ESTRPIPE: in alsa_write()
|
/openbmc/linux/sound/core/ |
H A D | pcm_lib.c | 1940 err = -ESTRPIPE; in wait_for_avail() 2154 return -ESTRPIPE; in pcm_accessible_state()
|
H A D | pcm_native.c | 2185 result = -ESTRPIPE; in snd_pcm_drain() 2925 return -ESTRPIPE; in do_pcm_hwsync()
|