Searched refs:timeout_c (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm_i2c_nuvoton.c | 239 chip->timeout_c, in i2c_nuvoton_recv_data() 293 chip, chip->timeout_c, &priv->read_queue); in i2c_nuvoton_recv() 333 TPM_STS_VALID, chip->timeout_c, in i2c_nuvoton_recv() 400 chip->timeout_c, in i2c_nuvoton_send() 425 chip->timeout_c, NULL); in i2c_nuvoton_send() 558 chip->timeout_c = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); in i2c_nuvoton_probe()
|
| 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 | 320 chip->timeout_c, in recv_data() 375 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_try_recv() 463 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 483 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 1130 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 | tpm_tis_i2c_cr50.c | 744 chip->timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in tpm_cr50_i2c_probe()
|
| H A D | tpm2-cmd.c | 48 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 | 182 unsigned long timeout_c; /* jiffies */ member
|