Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dipc.c80 static struct handle_ops ipc_chan_handle_ops = { variable
86 return likely(handle->ops == &ipc_chan_handle_ops); in ipc_is_channel()
540 handle_init(&chan->handle, &ipc_chan_handle_ops); in chan_handle_init()