Home
last modified time | relevance | path

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

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

Completed in 38 milliseconds