Home
last modified time | relevance | path

Searched refs:tpm_get_version (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Dtpm_api.h326 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()
H A Dtpm-common.h321 enum tpm_version tpm_get_version(struct udevice *dev);
/openbmc/qemu/include/sysemu/
H A Dtpm.h72 static inline TPMVersion tpm_get_version(TPMIf *ti) in tpm_get_version() function
/openbmc/u-boot/lib/
H A Dtpm-common.c15 enum tpm_version tpm_get_version(struct udevice *dev) in tpm_get_version() function
H A Dtpm-v2.c694 if (tpm_get_version(*dev) == TPM_V2) in tcg2_platform_get_tpm2()
/openbmc/qemu/hw/loongarch/
H A Dacpi-build.c506 if (tpm_get_version(tpm_find()) == TPM_VERSION_2_0) { in acpi_build()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c980 if (tpm_get_version(tpm_find()) == TPM_VERSION_2_0) { in virt_acpi_build()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c268 info->tpm_version = tpm_get_version(tpm_find()); in acpi_get_misc_info()
2789 .tpm_version = tpm_get_version(tpm), in acpi_setup()