Home
last modified time | relevance | path

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

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