Searched refs:timeout_c (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/char/tpm/ |
H A D | tpm_i2c_infineon.c | 500 wait_for_stat(chip, TPM_STS_VALID, chip->timeout_c, &status); in tpm_tis_i2c_recv() 567 chip->timeout_c, &status); in tpm_tis_i2c_send() 577 wait_for_stat(chip, TPM_STS_VALID, chip->timeout_c, &status); in tpm_tis_i2c_send() 626 chip->timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in tpm_tis_i2c_init()
|
H A D | xen-tpmfront.c | 151 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c, in vtpm_send() 188 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv()
|
H A D | tpm_tis_core.c | 321 chip->timeout_c, in recv_data() 376 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_try_recv() 464 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 484 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 1131 chip->timeout_c = msecs_to_jiffies(TIS_TIMEOUT_C_MAX); in tpm_tis_core_init()
|
H A D | tpm_i2c_atmel.c | 170 chip->timeout_c = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); in i2c_atmel_probe()
|
H A D | tpm1-cmd.c | 368 timeout_old[2] = jiffies_to_usecs(chip->timeout_c); in tpm1_get_timeouts() 414 chip->timeout_c = usecs_to_jiffies(timeout_eff[2]); in tpm1_get_timeouts()
|
H A D | tpm-sysfs.c | 295 jiffies_to_usecs(chip->timeout_c), in timeouts_show()
|
H A D | tpm2-cmd.c | 34 chip->timeout_c = msecs_to_jiffies(TPM2_TIMEOUT_C); in tpm2_get_timeouts()
|
/linux/drivers/char/tpm/st33zp24/ |
H A D | st33zp24.c | 271 chip->timeout_c, in recv_data() 469 chip->timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in st33zp24_probe()
|
/linux/include/linux/ |
H A D | tpm.h | 180 unsigned long timeout_c; /* jiffies */ member
|