Home
last modified time | relevance | path

Searched refs:tpm_get_desc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm-uclass.c34 int tpm_get_desc(struct udevice *dev, char *buf, int size) in tpm_get_desc() function
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h384 int tpm_get_desc(struct udevice *dev, char *buf, int size);
/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm.c469 rc = tpm_get_desc(dev, buf, sizeof(buf)); in do_tpm_info()