Searched refs:ESTRPIPE (Results 1 – 20 of 20) sorted by relevance
43 return -ESTRPIPE; in sof_ipc_msg_data()51 return -ESTRPIPE; in sof_ipc_msg_data()
69 #define ESTRPIPE 86 /* Streams pipe error */ macro
67 #define ESTRPIPE 91 /* Streams pipe error */ macro
110 #define ESTRPIPE 128 /* Streams pipe error */ macro
67 #define ESTRPIPE 92 /* Streams pipe error */ macro
63 #define ESTRPIPE 176 /* Streams pipe error */ macro
91 {"Streams pipe error", ESTRPIPE},
162 E(ESTRPIPE),
215 return -ESTRPIPE; in acp_sof_ipc_msg_data()
135 -ESTRPIPE current message should not be processed by the146 -ESTRPIPE and the stream parser had previously read some bytes for
408 return -ESTRPIPE; in hda_ipc_msg_data()
227 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
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()
1916 err = -ESTRPIPE; in wait_for_avail()2117 return -ESTRPIPE; in pcm_accessible_state()
2187 result = -ESTRPIPE; in snd_pcm_drain()2927 return -ESTRPIPE; in do_pcm_hwsync()
Completed in 38 milliseconds