Home
last modified time | relevance | path

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

/external/trusty/bootloader/ql-tipc/include/trusty/
Dtrusty_ipc.h177 int trusty_ipc_dev_close(struct trusty_ipc_dev* dev, handle_t chan);
/external/trusty/bootloader/ql-tipc/
Dipc.c140 rc = trusty_ipc_dev_close(chan->dev, chan->handle); in trusty_ipc_close()
Dipc_dev.c305 int trusty_ipc_dev_close(struct trusty_ipc_dev* dev, handle_t handle) { in trusty_ipc_dev_close() function