Searched refs:ESTRPIPE (Results 1 - 19 of 19) sorted by relevance

/linux-master/sound/soc/sof/
H A Dstream-ipc.c43 return -ESTRPIPE;
51 return -ESTRPIPE;
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h110 #define ESTRPIPE 128 /* Streams pipe error */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h67 #define ESTRPIPE 92 /* Streams pipe error */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h67 #define ESTRPIPE 91 /* Streams pipe error */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h110 #define ESTRPIPE 128 /* Streams pipe error */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h67 #define ESTRPIPE 92 /* Streams pipe error */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h67 #define ESTRPIPE 91 /* Streams pipe error */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h63 #define ESTRPIPE 176 /* Streams pipe error */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h63 #define ESTRPIPE 176 /* Streams pipe error */ macro
/linux-master/net/9p/
H A Derror.c91 {"Streams pipe error", ESTRPIPE},
/linux-master/sound/soc/sof/amd/
H A Dacp-ipc.c252 return -ESTRPIPE;
257 return -ESTRPIPE;
/linux-master/lib/
H A Derrname.c156 E(ESTRPIPE),
/linux-master/sound/soc/sof/intel/
H A Dhda-ipc.c411 return -ESTRPIPE;
/linux-master/net/strparser/
H A Dstrparser.c227 if (len == -ESTRPIPE && stm->accum_len) {
/linux-master/sound/core/oss/
H A Dpcm_oss.c1245 if (ret != -EPIPE && ret != -ESTRPIPE)
1292 if (ret != -ESTRPIPE)
1317 if (ret != -EPIPE && ret != -ESTRPIPE)
1350 if (ret != -EPIPE && ret != -ESTRPIPE)
2206 if (err == -EPIPE || err == -ESTRPIPE || (! err && delay < 0)) {
2285 if (err == -EPIPE || err == -ESTRPIPE || (! err && avail < 0)) {
/linux-master/sound/core/
H A Dpcm_lib.c1970 err = -ESTRPIPE;
2184 return -ESTRPIPE;
H A Dpcm_native.c2168 result = -ESTRPIPE;
2920 return -ESTRPIPE;

Completed in 716 milliseconds