Searched refs:tpm_get_version (Results 1 – 8 of 8) sorted by relevance
326 return IS_ENABLED(CONFIG_TPM_V1) && tpm_get_version(dev) == TPM_V1; in tpm_is_v1()331 return IS_ENABLED(CONFIG_TPM_V2) && tpm_get_version(dev) == TPM_V2; in tpm_is_v2()
321 enum tpm_version tpm_get_version(struct udevice *dev);
72 static inline TPMVersion tpm_get_version(TPMIf *ti) in tpm_get_version() function
15 enum tpm_version tpm_get_version(struct udevice *dev) in tpm_get_version() function
694 if (tpm_get_version(*dev) == TPM_V2) in tcg2_platform_get_tpm2()
506 if (tpm_get_version(tpm_find()) == TPM_VERSION_2_0) { in acpi_build()
980 if (tpm_get_version(tpm_find()) == TPM_VERSION_2_0) { in virt_acpi_build()
268 info->tpm_version = tpm_get_version(tpm_find()); in acpi_get_misc_info()2789 .tpm_version = tpm_get_version(tpm), in acpi_setup()