Searched refs:do_call_with_arg (Results 1 – 4 of 4) sorted by relevance
/drivers/tee/optee/ |
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()
|
D | optee_private.h | 132 int (*do_call_with_arg)(struct tee_context *ctx, member
|
D | smc_abi.c | 490 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,
|
D | ffa_abi.c | 770 .do_call_with_arg = optee_ffa_do_call_with_arg,
|