Searched refs:TPM_MEDIUM (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/char/tpm/ |
H A D | tpm1-cmd.c | 48 TPM_MEDIUM, 51 TPM_MEDIUM, /* 15 */ 54 TPM_MEDIUM, 58 TPM_MEDIUM, 59 TPM_MEDIUM, 60 TPM_MEDIUM, 63 TPM_MEDIUM, 66 TPM_MEDIUM, /* 30 */ 68 TPM_MEDIUM, 72 TPM_MEDIUM, [all …]
|
H A D | tpm2-cmd.c | 35 chip->duration[TPM_MEDIUM] = msecs_to_jiffies(TPM2_DURATION_MEDIUM); in tpm2_get_timeouts() 72 return TPM_MEDIUM; in tpm2_ordinal_duration_index() 81 return TPM_MEDIUM; in tpm2_ordinal_duration_index() 83 return TPM_MEDIUM; in tpm2_ordinal_duration_index() 85 return TPM_MEDIUM; in tpm2_ordinal_duration_index() 87 return TPM_MEDIUM; in tpm2_ordinal_duration_index() 93 return TPM_MEDIUM; in tpm2_ordinal_duration_index() 101 return TPM_MEDIUM; in tpm2_ordinal_duration_index()
|
H A D | tpm-sysfs.c | 280 jiffies_to_usecs(chip->duration[TPM_MEDIUM]), in durations_show()
|
/linux/include/linux/ |
H A D | tpm.h | 109 TPM_MEDIUM = 1, enumerator
|