Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/tpm/eventlog/
Dof.c67 chip->flags |= TPM_CHIP_FLAG_ALWAYS_POWERED; in tpm_read_log_of()
/Linux-v6.6/drivers/char/tpm/
Dtpm-interface.c397 if (chip->flags & TPM_CHIP_FLAG_ALWAYS_POWERED) in tpm_pm_suspend()
Dtpm1-cmd.c656 chip->flags |= TPM_CHIP_FLAG_ALWAYS_POWERED; in tpm1_do_selftest()
/Linux-v6.6/include/linux/
Dtpm.h282 TPM_CHIP_FLAG_ALWAYS_POWERED = BIT(5), enumerator