Searched refs:timeout_c (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/char/tpm/ |
D | tpm_i2c_nuvoton.c | 252 chip->timeout_c, in i2c_nuvoton_recv_data() 306 chip, chip->timeout_c, &priv->read_queue); in i2c_nuvoton_recv() 346 TPM_STS_VALID, chip->timeout_c, in i2c_nuvoton_recv() 411 chip->timeout_c, in i2c_nuvoton_send() 436 chip->timeout_c, NULL); in i2c_nuvoton_send() 577 chip->timeout_c = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); in i2c_nuvoton_probe()
|
D | tpm_i2c_infineon.c | 505 wait_for_stat(chip, TPM_STS_VALID, chip->timeout_c, &status); in tpm_tis_i2c_recv() 571 chip->timeout_c, &status); in tpm_tis_i2c_send() 581 wait_for_stat(chip, TPM_STS_VALID, chip->timeout_c, &status); in tpm_tis_i2c_send() 630 chip->timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in tpm_tis_i2c_init()
|
D | tpm_tis_core.c | 290 chip->timeout_c, in recv_data() 344 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_recv() 399 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 416 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 883 chip->timeout_c = msecs_to_jiffies(TIS_TIMEOUT_C_MAX); in tpm_tis_core_init()
|
D | xen-tpmfront.c | 153 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c, in vtpm_send() 190 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv()
|
D | tpm_i2c_atmel.c | 175 chip->timeout_c = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); in i2c_atmel_probe()
|
D | tpm-interface.c | 779 chip->timeout_c = msecs_to_jiffies(TPM2_TIMEOUT_C); in tpm_get_timeouts() 814 timeout_old[2] = jiffies_to_usecs(chip->timeout_c); in tpm_get_timeouts() 862 chip->timeout_c = usecs_to_jiffies(timeout_eff[2]); in tpm_get_timeouts()
|
D | tpm-sysfs.c | 280 jiffies_to_usecs(chip->timeout_c), in timeouts_show()
|
D | tpm.h | 240 unsigned long timeout_c; /* jiffies */ member
|
/Linux-v4.19/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 324 chip->timeout_c, in recv_data() 545 chip->timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in st33zp24_probe()
|