| /linux-6.15/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()
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
| /linux-6.15/tools/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 67 #define ESTRPIPE 92 /* Streams pipe error */ macro
|
| /linux-6.15/tools/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 63 #define ESTRPIPE 176 /* Streams pipe error */ macro
|
| /linux-6.15/tools/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 67 #define ESTRPIPE 91 /* Streams pipe error */ macro
|
| /linux-6.15/tools/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 110 #define ESTRPIPE 128 /* Streams pipe error */ macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 63 #define ESTRPIPE 176 /* Streams pipe error */ macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 67 #define ESTRPIPE 91 /* Streams pipe error */ macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 110 #define ESTRPIPE 128 /* Streams pipe error */ macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 67 #define ESTRPIPE 92 /* Streams pipe error */ macro
|
| /linux-6.15/sound/soc/sof/amd/ |
| H A D | acp-ipc.c | 261 return -ESTRPIPE; in acp_sof_ipc_msg_data() 266 return -ESTRPIPE; in acp_sof_ipc_msg_data()
|
| /linux-6.15/net/9p/ |
| H A D | error.c | 92 {"Streams pipe error", ESTRPIPE},
|
| /linux-6.15/lib/ |
| H A D | errname.c | 156 E(ESTRPIPE),
|
| /linux-6.15/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
|
| /linux-6.15/sound/core/oss/ |
| H A D | pcm_oss.c | 1244 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_write3() 1291 if (ret != -ESTRPIPE) in snd_pcm_oss_read3() 1316 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_writev3() 1349 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_readv3() 2205 if (err == -EPIPE || err == -ESTRPIPE || (! err && delay < 0)) { in snd_pcm_oss_get_ptr() 2284 if (err == -EPIPE || err == -ESTRPIPE || (! err && avail < 0)) { in snd_pcm_oss_get_space()
|
| /linux-6.15/net/strparser/ |
| H A D | strparser.c | 227 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | hda-ipc.c | 426 return -ESTRPIPE; in hda_ipc_msg_data()
|
| /linux-6.15/sound/core/ |
| H A D | pcm_lib.c | 2004 err = -ESTRPIPE; in wait_for_avail() 2218 return -ESTRPIPE; in pcm_accessible_state()
|
| H A D | pcm_native.c | 2187 result = -ESTRPIPE; in snd_pcm_drain() 2943 return -ESTRPIPE; in do_pcm_hwsync()
|