Searched refs:TPM_CHIP_FLAG_TPM2 (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dtpm-interface.c54 if (chip->flags & TPM_CHIP_FLAG_TPM2)
244 if (chip->flags & TPM_CHIP_FLAG_TPM2)
268 rc = (chip->flags & TPM_CHIP_FLAG_TPM2) != 0;
293 if (chip->flags & TPM_CHIP_FLAG_TPM2)
331 if (chip->flags & TPM_CHIP_FLAG_TPM2) {
377 if (chip->flags & TPM_CHIP_FLAG_TPM2)
406 if (chip->flags & TPM_CHIP_FLAG_TPM2)
465 if (chip->flags & TPM_CHIP_FLAG_TPM2)
H A Dtpm-chip.c295 if (chip->flags & TPM_CHIP_FLAG_TPM2) {
426 if (chip->flags & TPM_CHIP_FLAG_TPM2 && !tpm_is_firmware_upgrade(chip)) {
462 if (chip->flags & TPM_CHIP_FLAG_TPM2) {
477 if (chip->flags & (TPM_CHIP_FLAG_TPM2 | TPM_CHIP_FLAG_VIRTUAL) ||
496 if (chip->flags & (TPM_CHIP_FLAG_TPM2 | TPM_CHIP_FLAG_VIRTUAL) ||
559 rc = (chip->flags & TPM_CHIP_FLAG_TPM2) ?
675 if (chip->flags & TPM_CHIP_FLAG_TPM2 && !tpm_is_firmware_upgrade(chip))
H A Dtpm_vtpm_proxy.c306 if (chip->flags & TPM_CHIP_FLAG_TPM2) {
402 if (chip->flags & TPM_CHIP_FLAG_TPM2)
568 proxy_dev->chip->flags |= TPM_CHIP_FLAG_TPM2;
H A Dtpm-sysfs.c307 return sprintf(buf, "%s\n", chip->flags & TPM_CHIP_FLAG_TPM2
486 if (chip->flags & TPM_CHIP_FLAG_TPM2)
H A Dtpm_ibmvtpm.c691 chip->flags |= TPM_CHIP_FLAG_TPM2;
697 if (chip->flags & TPM_CHIP_FLAG_TPM2) {
H A Dtpm_tis_core.c297 if (chip->flags & TPM_CHIP_FLAG_TPM2)
892 if (chip->flags & TPM_CHIP_FLAG_TPM2)
1144 !(chip->flags & TPM_CHIP_FLAG_TPM2)) {
1234 (chip->flags & TPM_CHIP_FLAG_TPM2) ? "2.0" : "1.2",
1349 if (!(chip->flags & TPM_CHIP_FLAG_TPM2))
H A Dtpm_ftpm_tee.c274 pvt_data->chip->flags |= TPM_CHIP_FLAG_TPM2;
H A Dtpm2-cmd.c485 * other end based on the response tag. The flag TPM_CHIP_FLAG_TPM2 is set by
509 chip->flags |= TPM_CHIP_FLAG_TPM2;
H A Dtpm_crb.c802 chip->flags = TPM_CHIP_FLAG_TPM2;
H A Dtpm_tis_i2c_cr50.c700 chip->flags |= TPM_CHIP_FLAG_TPM2;
H A Dtpm_i2c_nuvoton.c550 chip->flags |= TPM_CHIP_FLAG_TPM2;
/linux-master/drivers/char/tpm/eventlog/
H A Dof.c47 return chip->flags & TPM_CHIP_FLAG_TPM2 ? EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 :
105 if (chip->flags & TPM_CHIP_FLAG_TPM2)
H A Dacpi.c87 if (chip->flags & TPM_CHIP_FLAG_TPM2) {
158 if (chip->flags & TPM_CHIP_FLAG_TPM2 &&
H A Defi.c29 if (!(chip->flags & TPM_CHIP_FLAG_TPM2))
H A Dcommon.c145 if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) {
/linux-master/include/linux/
H A Dtpm.h278 TPM_CHIP_FLAG_TPM2 = BIT(1), enumerator in enum:tpm_chip_flags

Completed in 151 milliseconds