Home
last modified time | relevance | path

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

/linux-6.15/drivers/tee/optee/
H A 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
H A Dffa_abi.c274 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()
468 struct optee *optee, in handle_ffa_rpc_func_cmd_shm_free()
498 struct optee *optee, in handle_ffa_rpc_func_cmd()
535 struct optee *optee = tee_get_drvdata(ctx->teedev); in optee_ffa_yielding_call() local
733 struct optee *optee = cb_data; in notif_callback() local
741 static int enable_async_notif(struct optee *optee) in enable_async_notif()
832 struct optee *optee) in optee_ffa_async_notif_init()
[all …]
H A Dsmc_abi.c228 static int optee_to_msg_param(struct optee *optee, in optee_to_msg_param()
677 struct optee *optee, in handle_rpc_func_cmd_shm_alloc()
818 struct optee *optee = tee_get_drvdata(teedev); in optee_handle_rpc() local
1014 struct optee *optee = dev_id; in notif_irq_handler() local
1021 struct optee *optee = dev_id; in notif_irq_thread_fn() local
1046 struct optee *optee = pcpu->optee; in notif_pcpu_irq_handler() local
1120 static void uninit_pcpu_irq(struct optee *optee) in uninit_pcpu_irq()
1162 struct optee *optee = tee_get_drvdata(teedev); in optee_get_version() local
1439 struct optee *optee = platform_get_drvdata(pdev); in optee_smc_remove() local
1468 struct optee *optee = platform_get_drvdata(pdev); in optee_shutdown() local
[all …]
H A 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()
H A 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()
H A 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()
H A 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
H A 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.15/arch/arm64/boot/dts/mediatek/
H A Dpumpkin-common.dtsi20 optee: optee { label
/linux-6.15/arch/arm/boot/dts/st/
H A Dstm32mp15-scmi.dtsi9 optee: optee { label
/linux-6.15/arch/arm64/boot/dts/st/
H A Dstm32mp231.dtsi55 optee: optee { label
H A Dstm32mp251.dtsi58 optee: optee { label
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a.dtsi108 optee: optee { label
H A Dfsl-lx2160a.dtsi1914 optee: optee { label
/linux-6.15/arch/arm64/boot/dts/xilinx/
H A Dzynqmp.dtsi195 optee: optee { label