Home
last modified time | relevance | path

Searched refs:do_call_with_arg (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c295 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 Dcall.c331 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 Doptee_private.h156 int (*do_call_with_arg)(struct tee_context *ctx, member
H A Dsmc_abi.c510 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 Dffa_abi.c776 .do_call_with_arg = optee_ffa_do_call_with_arg,