Searched refs:wait_for_tpm_stat (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/char/tpm/ |
D | xen-tpmfront.c | 90 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->vendor.timeout_c, in vtpm_send() 106 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, duration, in vtpm_send() 127 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->vendor.timeout_c, in vtpm_recv()
|
D | tpm_tis.c | 269 wait_for_tpm_stat(chip, in recv_data() 314 wait_for_tpm_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c, in tpm_tis_recv() 349 if (wait_for_tpm_stat in tpm_tis_send_data() 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() 435 if (wait_for_tpm_stat in tpm_tis_send_main()
|
D | tpm.h | 512 extern int wait_for_tpm_stat(struct tpm_chip *, u8, unsigned long,
|
D | tpm-interface.c | 859 int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout, in wait_for_tpm_stat() function 902 EXPORT_SYMBOL_GPL(wait_for_tpm_stat);
|