Searched refs:tee_find_device (Results 1 – 11 of 11) sorted by relevance
/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 | 112 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/include/ |
A D | tee.h | 310 struct udevice *tee_find_device(struct udevice *start,
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | fdt.c | 336 !tee_find_device(NULL, NULL, NULL, NULL)) in ft_system_setup()
|
/u-boot/drivers/tpm/ |
A D | tpm2_ftpm_tee.c | 181 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/drivers/tee/ |
A D | tee-uclass.c | 150 struct udevice *tee_find_device(struct udevice *start, in tee_find_device() function
|
/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 | 41 tee = tee_find_device(tee, NULL, NULL, NULL); in get_connection()
|
/u-boot/common/ |
A D | avb_verify.c | 615 tee = tee_find_device(tee, NULL, NULL, NULL); in get_open_session()
|
Completed in 11 milliseconds