Symbol: tee_context
drivers/char/hw_random/optee-rng.c
63
struct tee_context *ctx;
drivers/char/tpm/tpm_ftpm_tee.h
31
struct tee_context *ctx;
drivers/firmware/arm_scmi/transports/optee.c
146
struct tee_context *tee_ctx;
drivers/firmware/arm_scmi/transports/optee.c
536
struct tee_context *tee_ctx;
drivers/firmware/broadcom/tee_bnxt_fw.c
59
struct tee_context *ctx;
drivers/firmware/efi/stmm/tee_stmm_efi.c
22
struct tee_context *ctx;
drivers/nvmem/stm32-bsec-optee-ta.c
101
int stm32_bsec_optee_ta_open(struct tee_context **ctx)
drivers/nvmem/stm32-bsec-optee-ta.c
103
struct tee_context *tee_ctx;
drivers/nvmem/stm32-bsec-optee-ta.c
139
int stm32_bsec_optee_ta_read(struct tee_context *ctx, unsigned int offset,
drivers/nvmem/stm32-bsec-optee-ta.c
205
int stm32_bsec_optee_ta_write(struct tee_context *ctx, unsigned int lower,
drivers/nvmem/stm32-bsec-optee-ta.c
71
static int stm32_bsec_ta_open_session(struct tee_context *ctx, u32 *id)
drivers/nvmem/stm32-bsec-optee-ta.h
16
int stm32_bsec_optee_ta_open(struct tee_context **ctx);
drivers/nvmem/stm32-bsec-optee-ta.h
38
int stm32_bsec_optee_ta_read(struct tee_context *ctx, unsigned int offset,
drivers/nvmem/stm32-bsec-optee-ta.h
52
int stm32_bsec_optee_ta_write(struct tee_context *ctx, unsigned int lower,
drivers/nvmem/stm32-bsec-optee-ta.h
57
static inline int stm32_bsec_optee_ta_open(struct tee_context **ctx)
drivers/nvmem/stm32-bsec-optee-ta.h
66
static inline int stm32_bsec_optee_ta_read(struct tee_context *ctx,
drivers/nvmem/stm32-bsec-optee-ta.h
73
static inline int stm32_bsec_optee_ta_write(struct tee_context *ctx,
drivers/nvmem/stm32-romem.c
40
struct tee_context *ctx;
drivers/platform/x86/amd/pmf/pmf.h
423
struct tee_context *tee_ctx;
drivers/platform/x86/amd/pmf/tee-if.c
433
static int amd_pmf_ta_open_session(struct tee_context *ctx, u32 *id, const uuid_t *uuid)
drivers/rtc/rtc-optee.c
143
struct tee_context *ctx;
drivers/tee/amdtee/amdtee_private.h
136
int amdtee_open_session(struct tee_context *ctx,
drivers/tee/amdtee/amdtee_private.h
140
int amdtee_close_session(struct tee_context *ctx, u32 session);
drivers/tee/amdtee/amdtee_private.h
142
int amdtee_invoke_func(struct tee_context *ctx,
drivers/tee/amdtee/amdtee_private.h
146
int amdtee_cancel_req(struct tee_context *ctx, u32 cancel_id, u32 session);
drivers/tee/amdtee/core.c
173
static int copy_ta_binary(struct tee_context *ctx, void *ptr, void **ta,
drivers/tee/amdtee/core.c
233
int amdtee_open_session(struct tee_context *ctx,
drivers/tee/amdtee/core.c
307
int amdtee_close_session(struct tee_context *ctx, u32 session)
drivers/tee/amdtee/core.c
37
static int amdtee_open(struct tee_context *ctx)
drivers/tee/amdtee/core.c
409
int amdtee_invoke_func(struct tee_context *ctx,
drivers/tee/amdtee/core.c
434
int amdtee_cancel_req(struct tee_context *ctx, u32 cancel_id, u32 session)
drivers/tee/amdtee/core.c
70
static void amdtee_release(struct tee_context *ctx)
drivers/tee/optee/call.c
263
struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx,
drivers/tee/optee/call.c
340
void optee_free_msg_arg(struct tee_context *ctx,
drivers/tee/optee/call.c
362
int optee_open_session(struct tee_context *ctx,
drivers/tee/optee/call.c
446
int optee_system_session(struct tee_context *ctx, u32 session)
drivers/tee/optee/call.c
467
int optee_close_session_helper(struct tee_context *ctx, u32 session,
drivers/tee/optee/call.c
492
int optee_close_session(struct tee_context *ctx, u32 session)
drivers/tee/optee/call.c
512
int optee_invoke_func(struct tee_context *ctx, struct tee_ioctl_invoke_arg *arg,
drivers/tee/optee/call.c
566
int optee_cancel_req(struct tee_context *ctx, u32 cancel_id, u32 session)
drivers/tee/optee/call.c
644
static int simple_call_with_arg(struct tee_context *ctx, u32 cmd)
drivers/tee/optee/call.c
663
int optee_do_bottom_half(struct tee_context *ctx)
drivers/tee/optee/call.c
668
int optee_stop_async_notif(struct tee_context *ctx)
drivers/tee/optee/core.c
122
int optee_open(struct tee_context *ctx, bool cap_memref_null)
drivers/tee/optee/core.c
160
static void optee_release_helper(struct tee_context *ctx,
drivers/tee/optee/core.c
161
int (*close_session)(struct tee_context *ctx,
drivers/tee/optee/core.c
182
void optee_release(struct tee_context *ctx)
drivers/tee/optee/core.c
187
void optee_release_supp(struct tee_context *ctx)
drivers/tee/optee/device.c
118
struct tee_context *ctx = NULL;
drivers/tee/optee/device.c
22
static int get_devices(struct tee_context *ctx, u32 session,
drivers/tee/optee/ffa_abi.c
1062
struct tee_context *ctx;
drivers/tee/optee/ffa_abi.c
270
static int optee_ffa_shm_register(struct tee_context *ctx, struct tee_shm *shm,
drivers/tee/optee/ffa_abi.c
314
static int optee_ffa_shm_unregister(struct tee_context *ctx,
drivers/tee/optee/ffa_abi.c
343
static int optee_ffa_shm_unregister_supp(struct tee_context *ctx,
drivers/tee/optee/ffa_abi.c
427
static void handle_ffa_rpc_func_cmd_shm_alloc(struct tee_context *ctx,
drivers/tee/optee/ffa_abi.c
467
static void handle_ffa_rpc_func_cmd_shm_free(struct tee_context *ctx,
drivers/tee/optee/ffa_abi.c
497
static void handle_ffa_rpc_func_cmd(struct tee_context *ctx,
drivers/tee/optee/ffa_abi.c
514
static void optee_handle_ffa_rpc(struct tee_context *ctx, struct optee *optee,
drivers/tee/optee/ffa_abi.c
530
static int optee_ffa_yielding_call(struct tee_context *ctx,
drivers/tee/optee/ffa_abi.c
617
static int optee_ffa_do_call_with_arg(struct tee_context *ctx,
drivers/tee/optee/ffa_abi.c
915
static int optee_ffa_open(struct tee_context *ctx)
drivers/tee/optee/optee_private.h
114
struct tee_context *ctx;
drivers/tee/optee/optee_private.h
208
int (*do_call_with_arg)(struct tee_context *ctx,
drivers/tee/optee/optee_private.h
250
struct tee_context *ctx;
drivers/tee/optee/optee_private.h
312
u32 optee_supp_thrd_req(struct tee_context *ctx, u32 func, size_t num_params,
drivers/tee/optee/optee_private.h
321
int optee_supp_recv(struct tee_context *ctx, u32 *func, u32 *num_params,
drivers/tee/optee/optee_private.h
323
int optee_supp_send(struct tee_context *ctx, u32 ret, u32 num_params,
drivers/tee/optee/optee_private.h
326
int optee_open_session(struct tee_context *ctx,
drivers/tee/optee/optee_private.h
329
int optee_system_session(struct tee_context *ctx, u32 session);
drivers/tee/optee/optee_private.h
330
int optee_close_session_helper(struct tee_context *ctx, u32 session,
drivers/tee/optee/optee_private.h
332
int optee_close_session(struct tee_context *ctx, u32 session);
drivers/tee/optee/optee_private.h
333
int optee_invoke_func(struct tee_context *ctx, struct tee_ioctl_invoke_arg *arg,
drivers/tee/optee/optee_private.h
335
int optee_cancel_req(struct tee_context *ctx, u32 cancel_id, u32 session);
drivers/tee/optee/optee_private.h
348
int optee_open(struct tee_context *ctx, bool cap_memref_null);
drivers/tee/optee/optee_private.h
349
void optee_release(struct tee_context *ctx);
drivers/tee/optee/optee_private.h
350
void optee_release_supp(struct tee_context *ctx);
drivers/tee/optee/optee_private.h
383
struct optee_msg_arg *optee_get_msg_arg(struct tee_context *ctx,
drivers/tee/optee/optee_private.h
388
void optee_free_msg_arg(struct tee_context *ctx,
drivers/tee/optee/optee_private.h
393
struct tee_shm *optee_rpc_cmd_alloc_suppl(struct tee_context *ctx, size_t sz);
drivers/tee/optee/optee_private.h
394
void optee_rpc_cmd_free_suppl(struct tee_context *ctx, struct tee_shm *shm);
drivers/tee/optee/optee_private.h
395
void optee_rpc_cmd(struct tee_context *ctx, struct optee *optee,
drivers/tee/optee/optee_private.h
398
int optee_do_bottom_half(struct tee_context *ctx);
drivers/tee/optee/optee_private.h
399
int optee_stop_async_notif(struct tee_context *ctx);
drivers/tee/optee/rpc.c
123
static void handle_rpc_func_cmd_i2c_transfer(struct tee_context *ctx,
drivers/tee/optee/rpc.c
187
static void handle_rpc_supp_cmd(struct tee_context *ctx, struct optee *optee,
drivers/tee/optee/rpc.c
215
struct tee_shm *optee_rpc_cmd_alloc_suppl(struct tee_context *ctx, size_t sz)
drivers/tee/optee/rpc.c
238
void optee_rpc_cmd_free_suppl(struct tee_context *ctx, struct tee_shm *shm)
drivers/tee/optee/rpc.c
263
static void handle_rpc_func_rpmb_probe_reset(struct tee_context *ctx,
drivers/tee/optee/rpc.c
315
static void handle_rpc_func_rpmb_probe_next(struct tee_context *ctx,
drivers/tee/optee/rpc.c
367
static void handle_rpc_func_rpmb_frames(struct tee_context *ctx,
drivers/tee/optee/rpc.c
37
static void handle_rpc_func_cmd_i2c_transfer(struct tee_context *ctx,
drivers/tee/optee/rpc.c
411
void optee_rpc_cmd(struct tee_context *ctx, struct optee *optee,
drivers/tee/optee/smc_abi.c
1235
static int optee_smc_open(struct tee_context *ctx)
drivers/tee/optee/smc_abi.c
1738
struct tee_context *ctx;
drivers/tee/optee/smc_abi.c
453
static int optee_shm_register(struct tee_context *ctx, struct tee_shm *shm,
drivers/tee/optee/smc_abi.c
521
static int optee_shm_unregister(struct tee_context *ctx, struct tee_shm *shm)
drivers/tee/optee/smc_abi.c
562
static int optee_shm_register_supp(struct tee_context *ctx, struct tee_shm *shm,
drivers/tee/optee/smc_abi.c
573
static int optee_shm_unregister_supp(struct tee_context *ctx,
drivers/tee/optee/smc_abi.c
649
static void handle_rpc_func_cmd_shm_free(struct tee_context *ctx,
drivers/tee/optee/smc_abi.c
676
static void handle_rpc_func_cmd_shm_alloc(struct tee_context *ctx,
drivers/tee/optee/smc_abi.c
785
static void handle_rpc_func_cmd(struct tee_context *ctx, struct optee *optee,
drivers/tee/optee/smc_abi.c
812
static void optee_handle_rpc(struct tee_context *ctx,
drivers/tee/optee/smc_abi.c
886
static int optee_smc_do_call_with_arg(struct tee_context *ctx,
drivers/tee/optee/supp.c
210
int optee_supp_recv(struct tee_context *ctx, u32 *func, u32 *num_params,
drivers/tee/optee/supp.c
319
int optee_supp_send(struct tee_context *ctx, u32 ret, u32 num_params,
drivers/tee/optee/supp.c
76
u32 optee_supp_thrd_req(struct tee_context *ctx, u32 func, size_t num_params,
drivers/tee/qcomtee/call.c
111
struct tee_context *ctx)
drivers/tee/qcomtee/call.c
160
struct tee_context *ctx)
drivers/tee/qcomtee/call.c
205
struct tee_context *ctx)
drivers/tee/qcomtee/call.c
273
struct tee_context *ctx)
drivers/tee/qcomtee/call.c
394
static int qcomtee_object_invoke(struct tee_context *ctx,
drivers/tee/qcomtee/call.c
490
static int qcomtee_supp_recv(struct tee_context *ctx, u32 *op, u32 *num_params,
drivers/tee/qcomtee/call.c
53
struct tee_context *ctx)
drivers/tee/qcomtee/call.c
544
static int qcomtee_supp_send(struct tee_context *ctx, u32 errno, u32 num_params,
drivers/tee/qcomtee/call.c
563
static int qcomtee_open(struct tee_context *ctx)
drivers/tee/qcomtee/call.c
598
static void qcomtee_close_context(struct tee_context *ctx)
drivers/tee/qcomtee/call.c
612
static void qcomtee_release(struct tee_context *ctx)
drivers/tee/qcomtee/call.c
643
static void qcomtee_get_qtee_feature_list(struct tee_context *ctx, u32 id,
drivers/tee/qcomtee/call.c
704
struct tee_context *ctx;
drivers/tee/qcomtee/call.c
74
struct tee_context *ctx)
drivers/tee/qcomtee/call.c
89
struct tee_context *ctx)
drivers/tee/qcomtee/mem_obj.c
125
struct tee_context *ctx)
drivers/tee/qcomtee/mem_obj.c
89
struct tee_context *ctx)
drivers/tee/qcomtee/qcomtee.h
101
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee.h
104
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee.h
106
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee.h
117
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee.h
120
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee.h
136
int qcomtee_user_object_select(struct tee_context *ctx,
drivers/tee/qcomtee/qcomtee.h
140
int qcomtee_user_object_submit(struct tee_context *ctx,
drivers/tee/qcomtee/qcomtee.h
164
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee.h
169
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee.h
34
struct tee_context *ctx;
drivers/tee/qcomtee/qcomtee.h
96
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee.h
99
struct tee_context *ctx);
drivers/tee/qcomtee/qcomtee_object.h
159
struct tee_context *ctx;
drivers/tee/qcomtee/qcomtee_object.h
175
qcomtee_object_invoke_ctx_alloc(struct tee_context *ctx)
drivers/tee/qcomtee/qcomtee_object.h
239
struct tee_context *qcomtee_async_ctx;
drivers/tee/qcomtee/shm.c
102
static int qcomtee_shm_register(struct tee_context *ctx, struct tee_shm *shm,
drivers/tee/qcomtee/shm.c
110
static int qcomtee_shm_unregister(struct tee_context *ctx, struct tee_shm *shm)
drivers/tee/qcomtee/shm.c
43
struct tee_context *ctx = oic->ctx;
drivers/tee/qcomtee/user_obj.c
368
struct tee_context *ctx)
drivers/tee/qcomtee/user_obj.c
398
struct tee_context *ctx)
drivers/tee/qcomtee/user_obj.c
40
struct tee_context *ctx;
drivers/tee/qcomtee/user_obj.c
434
struct tee_context *ctx)
drivers/tee/qcomtee/user_obj.c
506
struct tee_context *ctx)
drivers/tee/qcomtee/user_obj.c
585
int qcomtee_user_object_select(struct tee_context *ctx,
drivers/tee/qcomtee/user_obj.c
661
int qcomtee_user_object_submit(struct tee_context *ctx,
drivers/tee/tee_core.c
102
void teedev_close_context(struct tee_context *ctx)
drivers/tee/tee_core.c
116
struct tee_context *ctx;
drivers/tee/tee_core.c
1320
struct tee_context *
drivers/tee/tee_core.c
1321
tee_client_open_context(struct tee_context *start,
drivers/tee/tee_core.c
1328
struct tee_context *ctx = NULL;
drivers/tee/tee_core.c
1363
void tee_client_close_context(struct tee_context *ctx)
drivers/tee/tee_core.c
1369
void tee_client_get_version(struct tee_context *ctx,
drivers/tee/tee_core.c
1376
int tee_client_open_session(struct tee_context *ctx,
drivers/tee/tee_core.c
1386
int tee_client_close_session(struct tee_context *ctx, u32 session)
drivers/tee/tee_core.c
1394
int tee_client_system_session(struct tee_context *ctx, u32 session)
drivers/tee/tee_core.c
1402
int tee_client_invoke_func(struct tee_context *ctx,
drivers/tee/tee_core.c
1412
int tee_client_cancel_req(struct tee_context *ctx,
drivers/tee/tee_core.c
239
static int tee_ioctl_version(struct tee_context *ctx,
drivers/tee/tee_core.c
255
static int tee_ioctl_shm_alloc(struct tee_context *ctx,
drivers/tee/tee_core.c
291
tee_ioctl_shm_register(struct tee_context *ctx,
drivers/tee/tee_core.c
326
tee_ioctl_shm_register_fd(struct tee_context *ctx,
drivers/tee/tee_core.c
362
static int param_from_user_memref(struct tee_context *ctx,
drivers/tee/tee_core.c
432
static int params_from_user(struct tee_context *ctx, struct tee_param *params,
drivers/tee/tee_core.c
46
struct tee_context *teedev_open(struct tee_device *teedev)
drivers/tee/tee_core.c
49
struct tee_context *ctx;
drivers/tee/tee_core.c
533
static int tee_ioctl_open_session(struct tee_context *ctx,
drivers/tee/tee_core.c
611
static int tee_ioctl_invoke(struct tee_context *ctx,
drivers/tee/tee_core.c
671
static int tee_ioctl_object_invoke(struct tee_context *ctx,
drivers/tee/tee_core.c
730
static int tee_ioctl_cancel(struct tee_context *ctx,
drivers/tee/tee_core.c
746
tee_ioctl_close_session(struct tee_context *ctx,
drivers/tee/tee_core.c
75
void teedev_ctx_get(struct tee_context *ctx)
drivers/tee/tee_core.c
760
static int params_to_supp(struct tee_context *ctx,
drivers/tee/tee_core.c
817
static int tee_ioctl_supp_recv(struct tee_context *ctx,
drivers/tee/tee_core.c
86
struct tee_context *ctx = container_of(ref, struct tee_context,
drivers/tee/tee_core.c
929
static int tee_ioctl_supp_send(struct tee_context *ctx,
drivers/tee/tee_core.c
93
void teedev_ctx_put(struct tee_context *ctx)
drivers/tee/tee_core.c
974
struct tee_context *ctx = filp->private_data;
drivers/tee/tee_private.h
26
struct tee_shm *tee_shm_alloc_user_buf(struct tee_context *ctx, size_t size);
drivers/tee/tee_private.h
27
struct tee_shm *tee_shm_register_user_buf(struct tee_context *ctx,
drivers/tee/tee_shm.c
136
struct tee_shm *tee_shm_alloc_user_buf(struct tee_context *ctx, size_t size)
drivers/tee/tee_shm.c
181
struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size)
drivers/tee/tee_shm.c
189
struct tee_shm *tee_shm_register_fd(struct tee_context *ctx, int fd)
drivers/tee/tee_shm.c
261
struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size)
drivers/tee/tee_shm.c
284
struct tee_shm *tee_shm_alloc_dma_mem(struct tee_context *ctx,
drivers/tee/tee_shm.c
326
struct tee_shm *tee_shm_alloc_dma_mem(struct tee_context *ctx,
drivers/tee/tee_shm.c
335
int (*shm_register)(struct tee_context *ctx,
drivers/tee/tee_shm.c
388
int (*shm_unregister)(struct tee_context *ctx,
drivers/tee/tee_shm.c
401
register_shm_helper(struct tee_context *ctx, struct iov_iter *iter, u32 flags,
drivers/tee/tee_shm.c
496
struct tee_shm *tee_shm_register_user_buf(struct tee_context *ctx,
drivers/tee/tee_shm.c
545
struct tee_shm *tee_shm_register_kernel_buf(struct tee_context *ctx,
drivers/tee/tee_shm.c
664
struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id)
drivers/tee/tee_shm.c
74
static struct tee_shm *shm_alloc_helper(struct tee_context *ctx, size_t size,
drivers/tee/tstee/core.c
144
static int tstee_close_session(struct tee_context *ctx, u32 session)
drivers/tee/tstee/core.c
159
static int tstee_invoke_func(struct tee_context *ctx,
drivers/tee/tstee/core.c
242
static int tstee_shm_register(struct tee_context *ctx, struct tee_shm *shm,
drivers/tee/tstee/core.c
307
static int tstee_shm_unregister(struct tee_context *ctx, struct tee_shm *shm)
drivers/tee/tstee/core.c
58
static int tstee_open(struct tee_context *ctx)
drivers/tee/tstee/core.c
73
static void tstee_release(struct tee_context *ctx)
drivers/tee/tstee/core.c
93
static int tstee_open_session(struct tee_context *ctx,
include/linux/tee_core.h
107
int (*open)(struct tee_context *ctx);
include/linux/tee_core.h
108
void (*close_context)(struct tee_context *ctx);
include/linux/tee_core.h
109
void (*release)(struct tee_context *ctx);
include/linux/tee_core.h
110
int (*open_session)(struct tee_context *ctx,
include/linux/tee_core.h
113
int (*close_session)(struct tee_context *ctx, u32 session);
include/linux/tee_core.h
114
int (*system_session)(struct tee_context *ctx, u32 session);
include/linux/tee_core.h
115
int (*invoke_func)(struct tee_context *ctx,
include/linux/tee_core.h
118
int (*object_invoke_func)(struct tee_context *ctx,
include/linux/tee_core.h
121
int (*cancel_req)(struct tee_context *ctx, u32 cancel_id, u32 session);
include/linux/tee_core.h
122
int (*supp_recv)(struct tee_context *ctx, u32 *func, u32 *num_params,
include/linux/tee_core.h
124
int (*supp_send)(struct tee_context *ctx, u32 ret, u32 num_params,
include/linux/tee_core.h
126
int (*shm_register)(struct tee_context *ctx, struct tee_shm *shm,
include/linux/tee_core.h
129
int (*shm_unregister)(struct tee_context *ctx, struct tee_shm *shm);
include/linux/tee_core.h
339
struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size);
include/linux/tee_core.h
341
struct tee_shm *tee_shm_alloc_dma_mem(struct tee_context *ctx,
include/linux/tee_core.h
345
int (*shm_register)(struct tee_context *ctx,
include/linux/tee_core.h
351
int (*shm_unregister)(struct tee_context *ctx,
include/linux/tee_core.h
387
struct tee_shm *tee_shm_get_from_id(struct tee_context *ctx, int id);
include/linux/tee_core.h
407
struct tee_context *teedev_open(struct tee_device *teedev);
include/linux/tee_core.h
413
void teedev_close_context(struct tee_context *ctx);
include/linux/tee_core.h
428
void teedev_ctx_get(struct tee_context *ctx);
include/linux/tee_core.h
434
void teedev_ctx_put(struct tee_context *ctx);
include/linux/tee_drv.h
118
struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size);
include/linux/tee_drv.h
128
struct tee_shm *tee_shm_register_kernel_buf(struct tee_context *ctx,
include/linux/tee_drv.h
139
struct tee_shm *tee_shm_register_fd(struct tee_context *ctx, int fd);
include/linux/tee_drv.h
212
struct tee_context *
include/linux/tee_drv.h
213
tee_client_open_context(struct tee_context *start,
include/linux/tee_drv.h
225
void tee_client_close_context(struct tee_context *ctx);
include/linux/tee_drv.h
232
void tee_client_get_version(struct tee_context *ctx,
include/linux/tee_drv.h
245
int tee_client_open_session(struct tee_context *ctx,
include/linux/tee_drv.h
257
int tee_client_close_session(struct tee_context *ctx, u32 session);
include/linux/tee_drv.h
271
int tee_client_system_session(struct tee_context *ctx, u32 session);
include/linux/tee_drv.h
282
int tee_client_invoke_func(struct tee_context *ctx,
include/linux/tee_drv.h
295
int tee_client_cancel_req(struct tee_context *ctx,
include/linux/tee_drv.h
66
struct tee_context *ctx;
security/keys/trusted-keys/trusted_tee.c
53
struct tee_context *ctx;