Home
last modified time | relevance | path

Searched defs:optee (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/tee/optee/
Doptee_private.h82 struct optee { struct
85 optee_invoke_fn *invoke_fn; argument
86 struct optee_call_queue call_queue; argument
87 struct optee_wait_queue wait_queue; argument
88 struct optee_supp supp; argument
94 struct optee_session { argument
Dcore.c214 struct optee *optee = tee_get_drvdata(teedev); in optee_get_version() local
225 struct optee *optee = tee_get_drvdata(teedev); in optee_open() local
257 struct optee *optee = tee_get_drvdata(teedev); in optee_release() local
561 struct optee *optee = NULL; in optee_probe() local
670 static void optee_remove(struct optee *optee) in optee_remove()
707 struct optee *optee; in optee_driver_init() local
734 struct optee *optee = optee_svc; in optee_driver_exit() local
Drpc.c94 static void handle_rpc_func_cmd_wq(struct optee *optee, in handle_rpc_func_cmd_wq()
174 struct optee *optee = tee_get_drvdata(ctx->teedev); in cmd_alloc_suppl() local
356 static void handle_rpc_func_cmd(struct tee_context *ctx, struct optee *optee, in handle_rpc_func_cmd()
402 struct optee *optee = tee_get_drvdata(teedev); in optee_handle_rpc() local
Dsupp.c80 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_supp_thrd_req() local
233 struct optee *optee = tee_get_drvdata(teedev); in optee_supp_recv() local
342 struct optee *optee = tee_get_drvdata(teedev); in optee_supp_send() local
Dcall.c127 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_do_call_with_arg() local
389 void optee_enable_shm_cache(struct optee *optee) in optee_enable_shm_cache()
412 void optee_disable_shm_cache(struct optee *optee) in optee_disable_shm_cache()