Home
last modified time | relevance | path

Searched refs:tee_invoke_func (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/tee/broadcom/
A Dchimp_optee.c74 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/test/dm/
A Dtee.c45 if (tee_invoke_func(dev, &arg, 1, &param) || arg.ret) in invoke_func_avb()
81 if (tee_invoke_func(dev, &arg, 2, param) || arg.ret) { in invoke_func_rpc_test()
/u-boot/include/
A Dtee.h355 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg,
/u-boot/drivers/tpm/
A Dtpm2_ftpm_tee.c89 rc = tee_invoke_func(context->tee_dev, &transceive_args, 4, in ftpm_tee_transceive()
/u-boot/cmd/
A Doptee_rpmb.c50 if (tee_invoke_func(tee, &arg, num_param, param)) in invoke_func()
/u-boot/drivers/tee/
A Dtee-uclass.c45 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg, in tee_invoke_func() function
/u-boot/doc/
A DREADME.tee36 - tee_invoke_func() invokes a function in a Trusted Application
/u-boot/lib/efi_loader/
A Defi_variable_tee.c114 rc = tee_invoke_func(conn.tee, &arg, 2, param); in optee_mm_communicate()
/u-boot/common/
A Davb_verify.c643 if (tee_invoke_func(ops_data->tee, &arg, num_param, param)) in invoke_func()

Completed in 9 milliseconds