Home
last modified time | relevance | path

Searched refs:optee_do_call_with_arg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/tee/optee/
Dcall.c125 u32 optee_do_call_with_arg(struct tee_context *ctx, phys_addr_t parg) in optee_do_call_with_arg() function
249 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_open_session()
304 optee_do_call_with_arg(ctx, msg_parg); in optee_close_session()
339 if (optee_do_call_with_arg(ctx, msg_parg)) { in optee_invoke_func()
378 optee_do_call_with_arg(ctx, msg_parg); in optee_cancel_req()
607 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_register()
633 if (optee_do_call_with_arg(ctx, msg_parg) || in optee_shm_unregister()
Doptee_private.h144 u32 optee_do_call_with_arg(struct tee_context *ctx, phys_addr_t parg);
Dcore.c288 optee_do_call_with_arg(ctx, parg); in optee_release()