Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/
Dtpm-interface.c827 chip->timeout_adjusted = in tpm_get_timeouts()
830 if (!chip->timeout_adjusted) { in tpm_get_timeouts()
839 chip->timeout_adjusted = true; in tpm_get_timeouts()
846 chip->timeout_adjusted = true; in tpm_get_timeouts()
851 if (chip->timeout_adjusted) { in tpm_get_timeouts()
Dtpm-sysfs.c282 chip->timeout_adjusted in timeouts_show()
Dtpm.h242 bool timeout_adjusted; member