Searched refs:tee_find_device (Results 1 – 16 of 16) sorted by relevance
| /u-boot/common/ |
| A D | scp03.c | 20 tee = tee_find_device(tee, NULL, NULL, NULL); in scp03_enable()
|
| A D | avb_verify.c | 615 tee = tee_find_device(tee, NULL, NULL, NULL); in get_open_session()
|
| /u-boot/include/ |
| A D | tee.h | 332 struct udevice *tee_find_device(struct udevice *start, 338 static inline struct udevice *tee_find_device(struct udevice *start, in tee_find_device() function
|
| /u-boot/test/dm/ |
| A D | tee.c | 113 dev = tee_find_device(NULL, match, NULL, &vers); in test_tee() 170 dev = tee_find_device(NULL, match, NULL, &vers); in test_tee_rpc()
|
| /u-boot/board/st/common/ |
| A D | stm32mp_mtdparts.c | 122 if (!serial && tee_find_device(NULL, NULL, NULL, NULL)) in board_mtdparts_default()
|
| /u-boot/drivers/tee/broadcom/ |
| A D | chimp_optee.c | 33 tee = tee_find_device(NULL, NULL, NULL, NULL); in get_open_session()
|
| /u-boot/drivers/tpm/ |
| A D | tpm2_ftpm_tee.c | 184 context->tee_dev = tee_find_device(NULL, ftpm_tee_match, NULL, NULL); in ftpm_tee_probe()
|
| /u-boot/cmd/ |
| A D | optee_rpmb.c | 25 tee = tee_find_device(tee, NULL, NULL, NULL); in avb_ta_open_session()
|
| /u-boot/arch/arm/mach-imx/ |
| A D | cmd_dek.c | 76 dev = tee_find_device(NULL, NULL, NULL, NULL); in blob_encap_dek()
|
| /u-boot/drivers/tee/ |
| A D | tee-uclass.c | 154 struct udevice *tee_find_device(struct udevice *start, in tee_find_device() function
|
| /u-boot/drivers/firmware/scmi/ |
| A D | optee_agent.c | 154 sess->tee = tee_find_device(NULL, NULL, NULL, NULL); in open_channel()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | fdt.c | 509 !tee_find_device(NULL, NULL, NULL, NULL)) in ft_system_setup()
|
| A D | bsec.c | 537 tee = tee_find_device(NULL, NULL, NULL, NULL); in bsec_optee_open()
|
| /u-boot/doc/ |
| A D | README.tee | 25 A client finds the TEE device via tee_find_device(). Other important functions
|
| /u-boot/lib/efi_loader/ |
| A D | efi_variable_tee.c | 40 tee = tee_find_device(tee, NULL, NULL, NULL); in get_connection()
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.c | 152 tee = tee_find_device(NULL, NULL, NULL, NULL); in optee_ta_open()
|
Completed in 30 milliseconds