Searched refs:TPM_CHIP_FLAG_TPM2 (Results 1 – 16 of 16) sorted by relevance
54 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_calc_ordinal_duration()244 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_get_timeouts()268 rc = (chip->flags & TPM_CHIP_FLAG_TPM2) != 0; in tpm_is_tpm2()293 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_pcr_read()331 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_pcr_extend()377 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_auto_startup()406 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_pm_suspend()465 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_get_random()
295 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_class_shutdown()426 if (chip->flags & TPM_CHIP_FLAG_TPM2 && !tpm_is_firmware_upgrade(chip)) { in tpm_add_char_device()462 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_del_char_device()477 if (chip->flags & (TPM_CHIP_FLAG_TPM2 | TPM_CHIP_FLAG_VIRTUAL) || in tpm_del_legacy_sysfs()496 if (chip->flags & (TPM_CHIP_FLAG_TPM2 | TPM_CHIP_FLAG_VIRTUAL) || in tpm_add_legacy_sysfs()559 rc = (chip->flags & TPM_CHIP_FLAG_TPM2) ? in tpm_get_pcr_allocation()675 if (chip->flags & TPM_CHIP_FLAG_TPM2 && !tpm_is_firmware_upgrade(chip)) in tpm_chip_unregister()
306 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in vtpm_proxy_is_driver_command()402 if (chip->flags & TPM_CHIP_FLAG_TPM2) in vtpm_proxy_request_locality()568 proxy_dev->chip->flags |= TPM_CHIP_FLAG_TPM2; in vtpm_proxy_create_device()
297 if (chip->flags & TPM_CHIP_FLAG_TPM2) in get_burstcount()892 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_tis_gen_interrupt()1145 !(chip->flags & TPM_CHIP_FLAG_TPM2)) { in tpm_tis_core_init()1235 (chip->flags & TPM_CHIP_FLAG_TPM2) ? "2.0" : "1.2", in tpm_tis_core_init()1350 if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) in tpm_tis_resume()
691 chip->flags |= TPM_CHIP_FLAG_TPM2; in tpm_ibmvtpm_probe()697 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_ibmvtpm_probe()
307 return sprintf(buf, "%s\n", chip->flags & TPM_CHIP_FLAG_TPM2 in tpm_version_major_show()486 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_sysfs_add_device()
554 chip->flags |= TPM_CHIP_FLAG_TPM2; in i2c_nuvoton_probe()557 chip->flags |= TPM_CHIP_FLAG_TPM2; in i2c_nuvoton_probe()
274 pvt_data->chip->flags |= TPM_CHIP_FLAG_TPM2; in ftpm_tee_probe()
701 chip->flags |= TPM_CHIP_FLAG_TPM2; in tpm_cr50_i2c_probe()
509 chip->flags |= TPM_CHIP_FLAG_TPM2; in tpm2_probe()
802 chip->flags = TPM_CHIP_FLAG_TPM2; in crb_acpi_add()
47 return chip->flags & TPM_CHIP_FLAG_TPM2 ? EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 : in tpm_read_log_memory_region()105 if (chip->flags & TPM_CHIP_FLAG_TPM2) in tpm_read_log_of()
87 if (chip->flags & TPM_CHIP_FLAG_TPM2) { in tpm_read_log_acpi()158 if (chip->flags & TPM_CHIP_FLAG_TPM2 && in tpm_read_log_acpi()
29 if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) in tpm_read_log_efi()
145 if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) { in tpm_bios_log_setup()
278 TPM_CHIP_FLAG_TPM2 = BIT(1), enumerator