Home
last modified time | relevance | path

Searched refs:tee_find_device (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/test/dm/
Dtee.c66 dev = tee_find_device(NULL, match, NULL, &vers); in test_tee()
/external/u-boot/include/
Dtee.h307 struct udevice *tee_find_device(struct udevice *start,
/external/u-boot/drivers/tee/
Dtee-uclass.c148 struct udevice *tee_find_device(struct udevice *start, in tee_find_device() function
/external/u-boot/doc/
DREADME.tee25 A client finds the TEE device via tee_find_device(). Other important functions
/external/u-boot/common/
Davb_verify.c616 tee = tee_find_device(tee, NULL, NULL, NULL); in get_open_session()