Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/tee/optee/
Doptee_private.h127 struct optee *optee; member
217 struct optee { struct
220 const struct optee_ops *ops; argument
223 struct optee_smc smc; argument
226 struct optee_shm_arg_cache shm_arg_cache; argument
227 struct optee_call_queue call_queue; argument
228 struct optee_notif notif; argument
229 struct optee_supp supp; argument
243 struct optee_session { argument
Dffa_abi.c59 static struct tee_shm *optee_shm_from_ffa_handle(struct optee *optee, in optee_shm_from_ffa_handle()
75 static int optee_shm_add_ffa_handle(struct optee *optee, struct tee_shm *shm, in optee_shm_add_ffa_handle()
98 static int optee_shm_rem_ffa_handle(struct optee *optee, u64 global_id) in optee_shm_rem_ffa_handle()
124 static void from_msg_param_ffa_mem(struct optee *optee, struct tee_param *p, in from_msg_param_ffa_mem()
156 static int optee_ffa_from_msg_param(struct optee *optee, in optee_ffa_from_msg_param()
228 static int optee_ffa_to_msg_param(struct optee *optee, in optee_ffa_to_msg_param()
274 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_ffa_shm_register() local
317 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_ffa_shm_unregister() local
346 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_ffa_shm_unregister_supp() local
428 struct optee *optee, in handle_ffa_rpc_func_cmd_shm_alloc()
[all …]
Dsmc_abi.c138 static int optee_from_msg_param(struct optee *optee, struct tee_param *params, in optee_from_msg_param()
228 static int optee_to_msg_param(struct optee *optee, in optee_to_msg_param()
282 static void optee_enable_shm_cache(struct optee *optee) in optee_enable_shm_cache()
307 static void __optee_disable_shm_cache(struct optee *optee, bool is_mapped) in __optee_disable_shm_cache()
348 static void optee_disable_shm_cache(struct optee *optee) in optee_disable_shm_cache()
359 static void optee_disable_unmapped_shm_cache(struct optee *optee) in optee_disable_unmapped_shm_cache()
457 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_shm_register() local
523 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_shm_unregister() local
677 struct optee *optee, in handle_rpc_func_cmd_shm_alloc()
785 static void handle_rpc_func_cmd(struct tee_context *ctx, struct optee *optee, in handle_rpc_func_cmd()
[all …]
Drpc.c40 struct optee *optee = tee_get_drvdata(ctx->teedev); in handle_rpc_func_cmd_i2c_transfer() local
131 static void handle_rpc_func_cmd_wq(struct optee *optee, in handle_rpc_func_cmd_wq()
188 static void handle_rpc_supp_cmd(struct tee_context *ctx, struct optee *optee, in handle_rpc_supp_cmd()
221 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_rpc_cmd_alloc_suppl() local
266 struct optee *optee, in handle_rpc_func_rpmb_probe_reset()
318 struct optee *optee, in handle_rpc_func_rpmb_probe_next()
370 struct optee *optee, in handle_rpc_func_rpmb_frames()
413 void optee_rpc_cmd(struct tee_context *ctx, struct optee *optee, in optee_rpc_cmd()
Dcore.c37 struct optee *optee = container_of(work, struct optee, in optee_bus_scan_rpmb() local
52 struct optee *optee = container_of(intf, struct optee, rpmb_intf); in optee_rpmb_intf_rdev() local
67 struct optee *optee = dev_get_drvdata(dev); in rpmb_routing_model_show() local
86 void optee_set_dev_group(struct optee *optee) in optee_set_dev_group()
96 struct optee *optee = tee_get_drvdata(teedev); in optee_open() local
159 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_release_supp() local
166 void optee_remove_common(struct optee *optee) in optee_remove_common()
Dnotif.c21 static bool have_key(struct optee *optee, u_int key) in have_key()
32 int optee_notif_wait(struct optee *optee, u_int key, u32 timeout) in optee_notif_wait()
90 int optee_notif_send(struct optee *optee, u_int key) in optee_notif_send()
114 int optee_notif_init(struct optee *optee, u_int max_key) in optee_notif_init()
127 void optee_notif_uninit(struct optee *optee) in optee_notif_uninit()
Dcall.c217 void optee_shm_arg_cache_init(struct optee *optee, u32 flags) in optee_shm_arg_cache_init()
224 void optee_shm_arg_cache_uninit(struct optee *optee) in optee_shm_arg_cache_uninit()
269 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_get_msg_arg() local
343 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_free_msg_arg() local
366 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_open_session() local
448 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_system_session() local
470 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_close_session_helper() local
515 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_invoke_func() local
568 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_cancel_req() local
646 struct optee *optee = tee_get_drvdata(ctx->teedev); in simple_call_with_arg() local
Dsupp.c80 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_supp_thrd_req() local
214 struct optee *optee = tee_get_drvdata(teedev); in optee_supp_recv() local
323 struct optee *optee = tee_get_drvdata(teedev); in optee_supp_send() local
/linux-6.14.4/arch/arm64/boot/dts/mediatek/
Dpumpkin-common.dtsi20 optee: optee { label
/linux-6.14.4/arch/arm/boot/dts/st/
Dstm32mp15-scmi.dtsi9 optee: optee { label
/linux-6.14.4/arch/arm64/boot/dts/st/
Dstm32mp251.dtsi58 optee: optee { label
/linux-6.14.4/arch/arm64/boot/dts/freescale/
Dfsl-ls1028a.dtsi108 optee: optee { label
Dfsl-lx2160a.dtsi1914 optee: optee { label
/linux-6.14.4/arch/arm64/boot/dts/xilinx/
Dzynqmp.dtsi195 optee: optee { label
/linux-6.14.4/arch/arm64/boot/dts/rockchip/
Drk3588-base.dtsi361 optee: optee { label