Searched refs:do_call_with_arg (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/tee/optee/ |
H A D | core.c | 295 static u32 do_call_with_arg(struct udevice *dev, struct optee_msg_arg *arg) in do_call_with_arg() function 342 do_call_with_arg(dev, msg_arg); in optee_close_session() 378 arg->ret = do_call_with_arg(dev, msg_arg); in optee_open_session() 419 arg->ret = do_call_with_arg(dev, msg_arg); in optee_invoke_func() 463 if (do_call_with_arg(dev, msg_arg) || msg_arg->ret) in optee_shm_register() 487 if (do_call_with_arg(dev, msg_arg) || msg_arg->ret) in optee_shm_unregister()
|
/openbmc/linux/drivers/tee/optee/ |
H A D | call.c | 331 if (optee->ops->do_call_with_arg(ctx, shm, offs)) { in optee_open_session() 377 optee->ops->do_call_with_arg(ctx, shm, offs); in optee_close_session_helper() 435 if (optee->ops->do_call_with_arg(ctx, shm, offs)) { in optee_invoke_func() 477 optee->ops->do_call_with_arg(ctx, shm, offs); in optee_cancel_req()
|
H A D | optee_private.h | 156 int (*do_call_with_arg)(struct tee_context *ctx, member
|
H A D | smc_abi.c | 510 if (optee->ops->do_call_with_arg(ctx, shm_arg, 0) || in optee_shm_register() 553 if (optee->ops->do_call_with_arg(ctx, shm_arg, 0) || in optee_shm_unregister() 1243 .do_call_with_arg = optee_smc_do_call_with_arg,
|
H A D | ffa_abi.c | 776 .do_call_with_arg = optee_ffa_do_call_with_arg,
|