Searched refs:wait_for_tpm_stat (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/char/tpm/ |
D | xen-tpmfront.c | 58 static int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat() function 153 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c, in vtpm_send() 169 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, duration, in vtpm_send() 190 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv()
|
D | tpm_tis_core.c | 51 static int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat() function 288 rc = wait_for_tpm_stat(chip, in recv_data() 344 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_recv() 376 if (wait_for_tpm_stat in tpm_tis_send_data() 399 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 416 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 481 if (wait_for_tpm_stat in tpm_tis_send_main()
|