Searched refs:do_call_with_arg (Results 1 – 4 of 4) sorted by relevance
188 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()
113 int (*do_call_with_arg)(struct tee_context *ctx, member
432 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,
775 .do_call_with_arg = optee_ffa_do_call_with_arg,
Completed in 11 milliseconds