Home
last modified time | relevance | path

Searched refs:TPM_CHIP_FLAG_ALWAYS_POWERED (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/char/tpm/eventlog/
H A Dof.c67 chip->flags |= TPM_CHIP_FLAG_ALWAYS_POWERED; in tpm_read_log_of()
/linux/drivers/char/tpm/
H A Dtpm-interface.c380 if (chip->flags & TPM_CHIP_FLAG_ALWAYS_POWERED) in tpm_pm_suspend()
H A Dtpm1-cmd.c656 chip->flags |= TPM_CHIP_FLAG_ALWAYS_POWERED; in tpm1_do_selftest()
/linux/include/linux/
H A Dtpm.h345 TPM_CHIP_FLAG_ALWAYS_POWERED = BIT(5), enumerator