Searched refs:timeout_c (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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 | 286 				 chip->timeout_c,  in recv_data()340 	if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c,  in tpm_tis_recv()
 395 		if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c,  in tpm_tis_send_data()
 412 	if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c,  in tpm_tis_send_data()
 878 	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 | 367 	timeout_old[2] = jiffies_to_usecs(chip->timeout_c);  in tpm1_get_timeouts()413 	chip->timeout_c = usecs_to_jiffies(timeout_eff[2]);  in tpm1_get_timeouts()
 
 | 
| D | tpm-sysfs.c | 305 		       jiffies_to_usecs(chip->timeout_c),  in timeouts_show()
 | 
| D | tpm2-cmd.c | 44 	chip->timeout_c = msecs_to_jiffies(TPM2_TIMEOUT_C);  in tpm2_get_timeouts()
 | 
| /Linux-v5.4/include/linux/ | 
| D | tpm.h | 137 	unsigned long timeout_c; /* jiffies */  member
 | 
| /Linux-v5.4/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()
 
 |