Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/tpm/
Dtpm-chip.c178 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm1_chip_register()
198 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm1_chip_unregister()
Dtpm_tis.c430 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_tis_send_main()
631 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_tis_remove()
692 (chip->flags & TPM_CHIP_FLAG_TPM2) ? "2.0" : "1.2", in tpm_tis_init()
788 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_tis_init()
836 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_tis_init()
919 if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) in tpm_tis_resume()
Dtpm-interface.c363 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_transmit()
687 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_pcr_read()
724 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_pcr_extend()
904 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_pm_suspend()
995 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_get_random()
Dtpm_crb.c232 chip->flags = TPM_CHIP_FLAG_TPM2; in crb_acpi_add()
312 if (chip->flags & TPM_CHIP_FLAG_TPM2) in crb_acpi_remove()
Dtpm.h162 TPM_CHIP_FLAG_TPM2 = BIT(2), enumerator
Dtpm2-cmd.c642 chip->flags |= TPM_CHIP_FLAG_TPM2; in tpm2_probe()