Searched refs:wait_for_tpm_stat (Results 1 – 4 of 4) sorted by relevance
/drivers/char/tpm/ |
D | tpm_tis_core.c | 186 wait_for_tpm_stat(chip, in recv_data() 240 wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_recv() 273 if (wait_for_tpm_stat in tpm_tis_send_data() 296 wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 310 wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 373 if (wait_for_tpm_stat in tpm_tis_send_main()
|
D | xen-tpmfront.c | 92 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c, in vtpm_send() 108 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, duration, in vtpm_send() 129 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv()
|
D | tpm-interface.c | 903 int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout, in wait_for_tpm_stat() function 946 EXPORT_SYMBOL_GPL(wait_for_tpm_stat);
|
D | tpm.h | 495 int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout,
|