Lines Matching refs:tee_ctx
136 * @tee_ctx: TEE context used for communication
143 struct tee_context *tee_ctx;
166 ret = tee_client_open_session(agent->tee_ctx, &arg, NULL);
179 tee_client_close_session(agent->tee_ctx, tee_session);
200 ret = tee_client_invoke_func(agent->tee_ctx, &arg, param);
242 ret = tee_client_invoke_func(scmi_optee_private->tee_ctx, &arg, param);
269 ret = tee_client_invoke_func(scmi_optee_private->tee_ctx, &arg, param);
300 ret = tee_client_invoke_func(scmi_optee_private->tee_ctx, &arg, param);
352 channel->tee_shm = tee_shm_alloc_kernel_buf(scmi_optee_private->tee_ctx, msg_size);
547 struct tee_context *tee_ctx;
556 tee_ctx = tee_client_open_context(NULL, scmi_optee_ctx_match, NULL, NULL);
557 if (IS_ERR(tee_ctx))
567 agent->tee_ctx = tee_ctx;
582 tee_client_close_context(tee_ctx);
600 tee_client_close_context(agent->tee_ctx);