Home
last modified time | relevance | path

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

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