Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
A Dcall.c188 if (optee->ops->do_call_with_arg(ctx, shm)) { in optee_open_session()
232 optee->ops->do_call_with_arg(ctx, shm); in optee_close_session_helper()
287 if (optee->ops->do_call_with_arg(ctx, shm)) { in optee_invoke_func()
327 optee->ops->do_call_with_arg(ctx, shm); in optee_cancel_req()
A Doptee_private.h113 int (*do_call_with_arg)(struct tee_context *ctx, member
A Dsmc_abi.c432 if (optee->ops->do_call_with_arg(ctx, shm_arg) || in optee_shm_register()
458 if (optee->ops->do_call_with_arg(ctx, shm_arg) || in optee_shm_unregister()
910 .do_call_with_arg = optee_smc_do_call_with_arg,
A Dffa_abi.c775 .do_call_with_arg = optee_ffa_do_call_with_arg,

Completed in 11 milliseconds