Home
last modified time | relevance | path

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

/drivers/tee/optee/
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()
Doptee_private.h132 int (*do_call_with_arg)(struct tee_context *ctx, member
Dsmc_abi.c490 if (optee->ops->do_call_with_arg(ctx, shm_arg, 0) || in optee_shm_register()
533 if (optee->ops->do_call_with_arg(ctx, shm_arg, 0) || in optee_shm_unregister()
1126 .do_call_with_arg = optee_smc_do_call_with_arg,
Dffa_abi.c770 .do_call_with_arg = optee_ffa_do_call_with_arg,