Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/bootloader/ql-tipc/include/trusty/
Dtrusty_ipc.h218 int trusty_ipc_dev_recv(struct trusty_ipc_dev* dev,
/aosp_15_r20/external/trusty/bootloader/ql-tipc/
Dipc.c188 rc = trusty_ipc_dev_recv(chan->dev, chan->handle, iovs, iovs_cnt); in trusty_ipc_recv()
Dipc_dev.c470 int trusty_ipc_dev_recv(struct trusty_ipc_dev* dev, in trusty_ipc_dev_recv() function