Searched refs:trusty_ipc_dev_create (Results 1 – 4 of 4) sorted by relevance
66 rc = trusty_ipc_dev_create(&_ipc_dev, &_tdev, PAGE_SIZE); in trusty_ipc_init()
161 int trusty_ipc_dev_create(struct trusty_ipc_dev** idev, in trusty_ipc_dev_create() function
150 int trusty_ipc_dev_create(struct trusty_ipc_dev** ipc_dev,
137 ret = trusty_ipc_dev_create(&ipc_dev, &trusty_dev, PAGE_SIZE); in boot()