Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/tpm/
Dtpm1-cmd.c382 if (!chip->timeout_adjusted) { in tpm1_get_timeouts()
391 chip->timeout_adjusted = true; in tpm1_get_timeouts()
398 chip->timeout_adjusted = true; in tpm1_get_timeouts()
403 if (chip->timeout_adjusted) { in tpm1_get_timeouts()
Dtpm-sysfs.c307 chip->timeout_adjusted in timeouts_show()
Dtpm_tis_core.c527 chip->timeout_adjusted = false; in tpm_tis_update_timeouts()
544 chip->timeout_adjusted = true; in tpm_tis_update_timeouts()
/Linux-v5.4/include/linux/
Dtpm.h139 bool timeout_adjusted; member