Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/tpm/
H A Dtpm-interface.c266 if (chip->flags & TPM_CHIP_FLAG_HAVE_TIMEOUTS) in tpm_get_timeouts()
H A Dtpm1-cmd.c458 chip->flags |= TPM_CHIP_FLAG_HAVE_TIMEOUTS; in tpm1_get_timeouts()
H A Dtpm2-cmd.c46 chip->flags |= TPM_CHIP_FLAG_HAVE_TIMEOUTS; in tpm2_get_timeouts()
/linux-6.15/include/linux/
H A Dtpm.h346 TPM_CHIP_FLAG_HAVE_TIMEOUTS = BIT(4), enumerator