Searched refs:get_msg_arg (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/tee/optee/ |
D | core.c | 140 static int get_msg_arg(struct udevice *dev, uint num_params, in get_msg_arg() function 336 rc = get_msg_arg(dev, 0, &shm, &msg_arg); in optee_close_session() 357 rc = get_msg_arg(dev, num_params + 2, &shm, &msg_arg); in optee_open_session() 408 rc = get_msg_arg(dev, num_params, &shm, &msg_arg); in optee_invoke_func() 446 rc = get_msg_arg(dev, 1, &shm_arg, &msg_arg); in optee_shm_register() 479 rc = get_msg_arg(dev, 1, &shm_arg, &msg_arg); in optee_shm_unregister()
|