Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/bootloader/ql-tipc/
Dlibtipc.c66 rc = trusty_ipc_dev_create(&_ipc_dev, &_tdev, PAGE_SIZE); in trusty_ipc_init()
Dipc_dev.c161 int trusty_ipc_dev_create(struct trusty_ipc_dev** idev, in trusty_ipc_dev_create() function
/aosp_15_r20/external/trusty/bootloader/ql-tipc/include/trusty/
Dtrusty_ipc.h150 int trusty_ipc_dev_create(struct trusty_ipc_dev** ipc_dev,
/aosp_15_r20/external/trusty/bootloader/test-runner/
Dtest-runner.c137 ret = trusty_ipc_dev_create(&ipc_dev, &trusty_dev, PAGE_SIZE); in boot()