Searched refs:tee_invoke_arg (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/tee/broadcom/ |
A D | chimp_optee.c | 49 static int init_arg(struct tee_invoke_arg *arg, u32 func) in init_arg() 54 memset(arg, 0, sizeof(struct tee_invoke_arg)); in init_arg() 63 struct tee_invoke_arg arg; in chimp_handshake_status_optee() 99 struct tee_invoke_arg arg; in chimp_health_status_optee() 134 struct tee_invoke_arg arg; in chimp_fastboot_optee()
|
/u-boot/include/ |
A D | tee.h | 160 struct tee_invoke_arg { struct 222 int (*invoke_func)(struct udevice *dev, struct tee_invoke_arg *arg, 355 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg,
|
/u-boot/drivers/tpm/ |
A D | tpm2_ftpm_tee.c | 45 struct tee_invoke_arg transceive_args; in ftpm_tee_transceive() 60 transceive_args = (struct tee_invoke_arg) { in ftpm_tee_transceive()
|
/u-boot/test/dm/ |
A D | tee.c | 39 struct tee_invoke_arg arg; in invoke_func_avb() 56 struct tee_invoke_arg arg; in invoke_func_rpc_test()
|
/u-boot/cmd/ |
A D | optee_rpmb.c | 40 struct tee_invoke_arg arg; in invoke_func()
|
/u-boot/drivers/tee/ |
A D | tee-uclass.c | 45 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg, in tee_invoke_func()
|
A D | sandbox.c | 435 struct tee_invoke_arg *arg, in sandbox_tee_invoke_func()
|
/u-boot/lib/efi_loader/ |
A D | efi_variable_tee.c | 78 struct tee_invoke_arg arg; in optee_mm_communicate()
|
/u-boot/drivers/tee/optee/ |
A D | core.c | 404 static int optee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg, in optee_invoke_func()
|
/u-boot/common/ |
A D | avb_verify.c | 634 struct tee_invoke_arg arg; in invoke_func()
|
Completed in 12 milliseconds