Searched refs:TPM_CHIP_FLAG_TPM2 (Results 1 – 6 of 6) sorted by relevance
183 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm1_chip_register()197 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm1_chip_unregister()238 if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) { in tpm_chip_register()275 if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) in tpm_chip_unregister()
363 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_transmit()684 rc = (chip->flags & TPM_CHIP_FLAG_TPM2) != 0; in tpm_is_tpm2()711 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_pcr_read()748 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_pcr_extend()928 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_pm_suspend()1019 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_get_random()1064 if (chip == NULL || !(chip->flags & TPM_CHIP_FLAG_TPM2)) in tpm_seal_trusted()1090 if (chip == NULL || !(chip->flags & TPM_CHIP_FLAG_TPM2)) in tpm_unseal_trusted()
430 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_tis_send_main()631 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_tis_remove()693 (chip->flags & TPM_CHIP_FLAG_TPM2) ? "2.0" : "1.2", in tpm_tis_init()790 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_tis_init()842 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_tis_init()925 if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) in tpm_tis_resume()
233 chip->flags = TPM_CHIP_FLAG_TPM2; in crb_acpi_add()313 if (chip->flags & TPM_CHIP_FLAG_TPM2) in crb_acpi_remove()
170 TPM_CHIP_FLAG_TPM2 = BIT(1), enumerator
895 chip->flags |= TPM_CHIP_FLAG_TPM2; in tpm2_probe()