Searched refs:tpm_get_version (Results 1 - 5 of 5) sorted by path

/u-boot/include/
H A Dtpm-common.h313 * tpm_get_version() - Find the version of a TPM
321 enum tpm_version tpm_get_version(struct udevice *dev);
H A Dtpm_api.h326 return IS_ENABLED(CONFIG_TPM_V1) && tpm_get_version(dev) == TPM_V1;
331 return IS_ENABLED(CONFIG_TPM_V2) && tpm_get_version(dev) == TPM_V2;
/u-boot/lib/
H A Dtpm-common.c15 enum tpm_version tpm_get_version(struct udevice *dev) function
H A Dtpm-v2.c693 if (tpm_get_version(*dev) == TPM_V2)
/u-boot/test/dm/
H A Dtpm.c31 if (tpm_get_version(dev) == version) {

Completed in 77 milliseconds