Searched refs:do_call_with_arg (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/tee/optee/ |
H A D | call.c | 413 if (optee->ops->do_call_with_arg(ctx, shm, offs, in optee_open_session() 482 optee->ops->do_call_with_arg(ctx, shm, offs, system_thread); in optee_close_session_helper() 548 if (optee->ops->do_call_with_arg(ctx, shm, offs, system_thread)) { in optee_invoke_func() 593 optee->ops->do_call_with_arg(ctx, shm, offs, system_thread); in optee_cancel_req() 657 optee->ops->do_call_with_arg(ctx, shm, offs, false); in simple_call_with_arg()
|
H A D | optee_private.h | 183 int (*do_call_with_arg)(struct tee_context *ctx, member
|
H A D | smc_abi.c | 511 if (optee->ops->do_call_with_arg(ctx, shm_arg, 0, false) || in optee_shm_register() 554 if (optee->ops->do_call_with_arg(ctx, shm_arg, 0, false) || in optee_shm_unregister() 1216 .do_call_with_arg = optee_smc_do_call_with_arg,
|
H A D | ffa_abi.c | 810 .do_call_with_arg = optee_ffa_do_call_with_arg,
|