Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/tpm/eventlog/
H A Dof.c67 chip->flags |= TPM_CHIP_FLAG_ALWAYS_POWERED; in tpm_read_log_of()
/linux-6.15/drivers/char/tpm/
H A Dtpm-interface.c404 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-6.15/include/linux/
H A Dtpm.h347 TPM_CHIP_FLAG_ALWAYS_POWERED = BIT(5), enumerator