Lines Matching defs:chan
30 static int sync_ipc_on_connect_complete(struct trusty_ipc_chan* chan) { in sync_ipc_on_connect_complete()
37 static int sync_ipc_on_message(struct trusty_ipc_chan* chan) { in sync_ipc_on_message()
44 static int sync_ipc_on_disconnect(struct trusty_ipc_chan* chan) { in sync_ipc_on_disconnect()
51 static int wait_for_complete(struct trusty_ipc_chan* chan) { in wait_for_complete()
70 static int wait_for_connect(struct trusty_ipc_chan* chan) { in wait_for_connect()
76 static int wait_for_send(struct trusty_ipc_chan* chan) { in wait_for_send()
81 static int wait_for_reply(struct trusty_ipc_chan* chan) { in wait_for_reply()
92 void trusty_ipc_chan_init(struct trusty_ipc_chan* chan, in trusty_ipc_chan_init()
105 int trusty_ipc_connect(struct trusty_ipc_chan* chan, in trusty_ipc_connect()
135 int trusty_ipc_close(struct trusty_ipc_chan* chan) { in trusty_ipc_close()
146 int trusty_ipc_send(struct trusty_ipc_chan* chan, in trusty_ipc_send()
171 int trusty_ipc_recv(struct trusty_ipc_chan* chan, in trusty_ipc_recv()
198 struct trusty_ipc_chan* chan; in trusty_ipc_poll_for_event() local