Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/sof/
Dstream-ipc.c43 return -ESTRPIPE; in sof_ipc_msg_data()
51 return -ESTRPIPE; in sof_ipc_msg_data()
/Linux-v6.6/tools/include/uapi/asm-generic/
Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/Linux-v6.6/include/uapi/asm-generic/
Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Derrno.h67 #define ESTRPIPE 92 /* Streams pipe error */ macro
/Linux-v6.6/arch/sparc/include/uapi/asm/
Derrno.h67 #define ESTRPIPE 91 /* Streams pipe error */ macro
/Linux-v6.6/arch/parisc/include/uapi/asm/
Derrno.h63 #define ESTRPIPE 176 /* Streams pipe error */ macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Derrno.h110 #define ESTRPIPE 128 /* Streams pipe error */ macro
/Linux-v6.6/tools/arch/alpha/include/uapi/asm/
Derrno.h110 #define ESTRPIPE 128 /* Streams pipe error */ macro
/Linux-v6.6/tools/arch/mips/include/uapi/asm/
Derrno.h67 #define ESTRPIPE 92 /* Streams pipe error */ macro
/Linux-v6.6/tools/arch/parisc/include/uapi/asm/
Derrno.h63 #define ESTRPIPE 176 /* Streams pipe error */ macro
/Linux-v6.6/tools/arch/sparc/include/uapi/asm/
Derrno.h67 #define ESTRPIPE 91 /* Streams pipe error */ macro
/Linux-v6.6/sound/soc/sof/amd/
Dacp-ipc.c252 return -ESTRPIPE; in acp_sof_ipc_msg_data()
257 return -ESTRPIPE; in acp_sof_ipc_msg_data()
/Linux-v6.6/net/9p/
Derror.c91 {"Streams pipe error", ESTRPIPE},
/Linux-v6.6/lib/
Derrname.c162 E(ESTRPIPE),
/Linux-v6.6/Documentation/networking/
Dstrparser.rst135 -ESTRPIPE current message should not be processed by the
146 -ESTRPIPE and the stream parser had previously read some bytes for
/Linux-v6.6/sound/soc/sof/intel/
Dhda-ipc.c411 return -ESTRPIPE; in hda_ipc_msg_data()
/Linux-v6.6/net/strparser/
Dstrparser.c227 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
/Linux-v6.6/sound/core/oss/
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()
/Linux-v6.6/sound/core/
Dpcm_lib.c1940 err = -ESTRPIPE; in wait_for_avail()
2154 return -ESTRPIPE; in pcm_accessible_state()
Dpcm_native.c2183 result = -ESTRPIPE; in snd_pcm_drain()
2923 return -ESTRPIPE; in do_pcm_hwsync()