Home
last modified time | relevance | path

Searched refs:tpm_tis_get_desc (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c444 static int tpm_tis_get_desc(struct udevice *dev, char *buf, int size) in tpm_tis_get_desc() function
459 .get_desc = tpm_tis_get_desc,
H A Dtpm_tis.h253 int tpm_tis_get_desc(struct udevice *udev, char *buf, int size);
H A Dtpm2_tis_i2c.c140 .get_desc = tpm_tis_get_desc,
H A Dtpm_tis_infineon.c584 static int tpm_tis_get_desc(struct udevice *dev, char *buf, int size) in tpm_tis_get_desc() function
616 .get_desc = tpm_tis_get_desc,
H A Dtpm2_tis_spi.c535 static int tpm_tis_get_desc(struct udevice *dev, char *buf, int size) in tpm_tis_get_desc() function
655 .get_desc = tpm_tis_get_desc,
H A Dtpm2_tis_core.c15 int tpm_tis_get_desc(struct udevice *dev, char *buf, int size) in tpm_tis_get_desc() function