Searched refs:timeout_c (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/ |
D | tpm_i2c_nuvoton.c | 238 chip->timeout_c, in i2c_nuvoton_recv_data() 292 chip, chip->timeout_c, &priv->read_queue); in i2c_nuvoton_recv() 332 TPM_STS_VALID, chip->timeout_c, in i2c_nuvoton_recv() 398 chip->timeout_c, in i2c_nuvoton_send() 423 chip->timeout_c, NULL); in i2c_nuvoton_send() 564 chip->timeout_c = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); in i2c_nuvoton_probe()
|
D | tpm_i2c_infineon.c | 500 wait_for_stat(chip, TPM_STS_VALID, chip->timeout_c, &status); in tpm_tis_i2c_recv() 566 chip->timeout_c, &status); in tpm_tis_i2c_send() 576 wait_for_stat(chip, TPM_STS_VALID, chip->timeout_c, &status); in tpm_tis_i2c_send() 625 chip->timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in tpm_tis_i2c_init()
|
D | tpm_tis_core.c | 265 chip->timeout_c, in recv_data() 319 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_recv() 374 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 391 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 947 chip->timeout_c = msecs_to_jiffies(TIS_TIMEOUT_C_MAX); in tpm_tis_core_init()
|
D | xen-tpmfront.c | 150 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c, in vtpm_send() 187 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv()
|
D | tpm_i2c_atmel.c | 170 chip->timeout_c = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); in i2c_atmel_probe()
|
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()
|
D | tpm-sysfs.c | 295 jiffies_to_usecs(chip->timeout_c), in timeouts_show()
|
D | tpm2-cmd.c | 30 chip->timeout_c = msecs_to_jiffies(TPM2_TIMEOUT_C); in tpm2_get_timeouts()
|
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 312 chip->timeout_c, in recv_data() 533 chip->timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in st33zp24_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
D | tpm.h | 141 unsigned long timeout_c; /* jiffies */ member
|