Searched refs:optee_get_msg_arg (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/tee/optee/ |
H A D | call.c | 263 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx, in optee_get_msg_arg() function 377 msg_arg = optee_get_msg_arg(ctx, arg->num_params + 2, in optee_open_session() 476 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_close_session_helper() 534 msg_arg = optee_get_msg_arg(ctx, arg->num_params, in optee_invoke_func() 586 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in optee_cancel_req() 652 msg_arg = optee_get_msg_arg(ctx, 0, &entry, &shm, &offs); in simple_call_with_arg()
|
H A D | optee_private.h | 349 struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx,
|