Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dcall.c413 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 Doptee_private.h183 int (*do_call_with_arg)(struct tee_context *ctx, member
H A Dsmc_abi.c511 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 Dffa_abi.c810 .do_call_with_arg = optee_ffa_do_call_with_arg,