Searched refs:timeout_c (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/drivers/char/tpm/ | 
| D | tpm_i2c_nuvoton.c | 239 					       chip->vendor.timeout_c,  in i2c_nuvoton_recv_data() 288 			chip, chip->vendor.timeout_c, &chip->vendor.read_queue);  in i2c_nuvoton_recv() 328 			    TPM_STS_VALID, chip->vendor.timeout_c,  in i2c_nuvoton_recv() 392 						       chip->vendor.timeout_c,  in i2c_nuvoton_send() 417 					       chip->vendor.timeout_c, NULL);  in i2c_nuvoton_send() 548 	chip->vendor.timeout_c = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT);  in i2c_nuvoton_probe()
  | 
| D | tpm_i2c_infineon.c | 467 	wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c, &status);  in tpm_tis_i2c_recv() 533 			      chip->vendor.timeout_c, &status);  in tpm_tis_i2c_send() 543 	wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c, &status);  in tpm_tis_i2c_send() 594 	chip->vendor.timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT);  in tpm_tis_i2c_init()
  | 
| D | tpm_tis.c | 271 				 chip->vendor.timeout_c,  in recv_data() 314 	wait_for_tpm_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,  in tpm_tis_recv() 365 		wait_for_tpm_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,  in tpm_tis_send_data() 377 	wait_for_tpm_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,  in tpm_tis_send_data() 672 	chip->vendor.timeout_c = TIS_TIMEOUT_C_MAX;  in tpm_tis_init() 845 		chip->vendor.timeout_c = msecs_to_jiffies(TPM2_TIMEOUT_C);  in tpm_tis_init()
  | 
| D | xen-tpmfront.c | 90 	if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->vendor.timeout_c,  in vtpm_send() 127 	if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->vendor.timeout_c,  in vtpm_recv()
  | 
| D | tpm_i2c_atmel.c | 174 	chip->vendor.timeout_c = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT);  in i2c_atmel_probe()
  | 
| D | tpm-sysfs.c | 259 		       jiffies_to_usecs(chip->vendor.timeout_c),  in timeouts_show()
  | 
| D | tpm_crb.c | 290 	chip->vendor.timeout_c = msecs_to_jiffies(TPM2_TIMEOUT_C);  in crb_acpi_add()
  | 
| D | tpm.h | 148 	unsigned long timeout_a, timeout_b, timeout_c, timeout_d; /* jiffies */  member
  | 
| D | tpm-interface.c | 574 	chip->vendor.timeout_c = usecs_to_jiffies(new_timeout[2]);  in tpm_get_timeouts()
  | 
| /linux-4.4.14/drivers/char/tpm/st33zp24/ | 
| D | st33zp24.c | 348 			     chip->vendor.timeout_c,  in recv_data() 574 	chip->vendor.timeout_c = msecs_to_jiffies(TIS_SHORT_TIMEOUT);  in st33zp24_probe()
  |