Searched refs:tee_invoke_func (Results 1 – 16 of 16) sorted by relevance
| /u-boot/drivers/tee/broadcom/ |
| A D | chimp_optee.c | 74 ret = tee_invoke_func(chimp_data.tee, &arg, ARRAY_SIZE(param), param); in chimp_handshake_status_optee() 109 ret = tee_invoke_func(chimp_data.tee, &arg, ARRAY_SIZE(param), param); in chimp_health_status_optee() 141 ret = tee_invoke_func(chimp_data.tee, &arg, 0, NULL); in chimp_fastboot_optee()
|
| /u-boot/common/ |
| A D | scp03.c | 37 if (tee_invoke_func(tee, &invoke, 1, ¶m)) in scp03_enable()
|
| A D | avb_verify.c | 644 if (tee_invoke_func(ops_data->tee, &arg, num_param, param)) in invoke_func()
|
| /u-boot/test/dm/ |
| A D | tee.c | 45 if (tee_invoke_func(dev, &arg, 1, ¶m) || arg.ret) in invoke_func_avb() 81 if (tee_invoke_func(dev, &arg, 2, param) || arg.ret) { in invoke_func_rpc_test()
|
| /u-boot/drivers/firmware/scmi/ |
| A D | optee_agent.c | 177 ret = tee_invoke_func(sess->tee, &cmd_arg, ARRAY_SIZE(param), param); in open_channel() 228 ret = tee_invoke_func(sess->tee, &arg, ARRAY_SIZE(param), param); in invoke_cmd()
|
| /u-boot/drivers/rng/ |
| A D | optee_rng.c | 97 ret = tee_invoke_func(dev->parent, &arg, 1, ¶m); in get_optee_rng_data()
|
| /u-boot/include/ |
| A D | tee.h | 387 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg,
|
| /u-boot/drivers/tpm/ |
| A D | tpm2_ftpm_tee.c | 92 rc = tee_invoke_func(context->tee_dev, &transceive_args, 4, in ftpm_tee_transceive()
|
| /u-boot/cmd/ |
| A D | optee_rpmb.c | 50 if (tee_invoke_func(tee, &arg, num_param, param)) in invoke_func()
|
| /u-boot/arch/arm/mach-imx/ |
| A D | cmd_dek.c | 121 ret = tee_invoke_func(dev, &arg_func, 4, param); in blob_encap_dek()
|
| /u-boot/drivers/tee/ |
| A D | tee-uclass.c | 49 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg, in tee_invoke_func() function
|
| /u-boot/doc/ |
| A D | README.tee | 36 - tee_invoke_func() invokes a function in a Trusted Application
|
| /u-boot/lib/efi_loader/ |
| A D | efi_variable_tee.c | 113 rc = tee_invoke_func(conn.tee, &arg, 2, param); in optee_mm_communicate()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | bsec.c | 589 rc = tee_invoke_func(priv->tee, &arg, 2, param); in bsec_optee_pta()
|
| /u-boot/drivers/tee/optee/ |
| A D | core.c | 121 ret = tee_invoke_func(dev, &arg, 1, ¶m); in __enum_services()
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.c | 197 rc = tee_invoke_func(data->tee, &arg, 2, param); in optee_ta_invoke()
|
Completed in 625 milliseconds