Lines Matching full:ipc

10 #include "delta-ipc.h"
54 * IPC shared memory (@ipc_buf_size, @ipc_buf_paddr) is sent to copro
55 * at each instance opening. This memory is allocated by IPC client
58 * this IPC shared memory, avoiding de-facto recopies inside delta-ipc.
123 "%s ipc: failed to open, rpmsg is not initialized\n", in delta_ipc_open()
131 "%s ipc: failed to open, no name given\n", in delta_ipc_open()
138 "%s ipc: failed to open, empty parameter\n", in delta_ipc_open()
145 "%s ipc: failed to open, no size given for ipc buffer\n", in delta_ipc_open()
152 "%s ipc: failed to open, too large ipc parameter (%d bytes while max %d expected)\n", in delta_ipc_open()
167 "ipc data buffer", buf); in delta_ipc_open()
188 …"%s ipc: failed to open, rpmsg_send failed (%d) for DELTA_IPC_OPEN (name=%s, size=%d, data=%p)\n… in delta_ipc_open()
198 …"%s ipc: failed to open, timeout waiting for DELTA_IPC_OPEN callback (name=%s, size=%d, data=%p)… in delta_ipc_open()
208 …"%s ipc: failed to open, DELTA_IPC_OPEN completed but with error (%d) (name=%s, size=%d, data=%p… in delta_ipc_open()
239 "%s ipc: failed to set stream, invalid ipc handle\n", in delta_ipc_set_stream()
246 "%s ipc: failed to set stream, rpmsg is not initialized\n", in delta_ipc_set_stream()
253 "%s ipc: failed to set stream, empty parameter\n", in delta_ipc_set_stream()
260 "%s ipc: failed to set stream, too large ipc parameter(%d bytes while max %d expected)\n", in delta_ipc_set_stream()
268 …"%s ipc: failed to set stream, parameter is not in expected address range (size=%d, data=%p not … in delta_ipc_set_stream()
287 …"%s ipc: failed to set stream, rpmsg_send failed (%d) for DELTA_IPC_SET_STREAM (size=%d, data=%p… in delta_ipc_set_stream()
298 …"%s ipc: failed to set stream, timeout waiting for DELTA_IPC_SET_STREAM callback (size=%d, data=… in delta_ipc_set_stream()
308 …"%s ipc: failed to set stream, DELTA_IPC_SET_STREAM completed but with error (%d) (size=%d, data… in delta_ipc_set_stream()
330 "%s ipc: failed to decode, invalid ipc handle\n", in delta_ipc_decode()
337 "%s ipc: failed to decode, rpmsg is not initialized\n", in delta_ipc_decode()
344 "%s ipc: failed to decode, empty parameter\n", in delta_ipc_decode()
351 "%s ipc: failed to decode, empty status\n", in delta_ipc_decode()
358 …"%s ipc: failed to decode, too large ipc parameter (%d bytes (param) + %d bytes (status) while m… in delta_ipc_decode()
368 …"%s ipc: failed to decode, parameter is not in expected address range (size=%d, data=%p not in %… in delta_ipc_decode()
379 …"%s ipc: failed to decode, status is not in expected address range (size=%d, data=%p not in %p..… in delta_ipc_decode()
401 "%s ipc: failed to decode, rpmsg_send failed (%d) for DELTA_IPC_DECODE (size=%d, data=%p)\n", in delta_ipc_decode()
412 "%s ipc: failed to decode, timeout waiting for DELTA_IPC_DECODE callback (size=%d, data=%p)\n", in delta_ipc_decode()
422 … "%s ipc: failed to decode, DELTA_IPC_DECODE completed but with error (%d) (size=%d, data=%p)\n", in delta_ipc_decode()
443 "%s ipc: failed to close, invalid ipc handle\n", in delta_ipc_close()
455 "%s ipc: failed to close, rpmsg is not initialized\n", in delta_ipc_close()
467 "%s ipc: failed to close, rpmsg_send failed (%d) for DELTA_IPC_CLOSE\n", in delta_ipc_close()
477 "%s ipc: failed to close, timeout waiting for DELTA_IPC_CLOSE callback\n", in delta_ipc_close()
486 "%s ipc: failed to close, DELTA_IPC_CLOSE completed but with error (%d)\n", in delta_ipc_close()