Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm-common.c244 rc = tpm_get_desc(dev, buf, sizeof(buf)); in tpm_show_device()
326 rc = tpm_get_desc(dev, buf, sizeof(buf)); in do_tpm_info()
/openbmc/u-boot/include/
H A Dtpm-common.h245 int tpm_get_desc(struct udevice *dev, char *buf, int size);
/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c40 int tpm_get_desc(struct udevice *dev, char *buf, int size) in tpm_get_desc() function