Searched refs:wait_for_tpm_stat (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/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 244 rc = wait_for_tpm_stat(chip, in recv_data() 306 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_recv() 338 if (wait_for_tpm_stat in tpm_tis_send_data() 361 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 378 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 453 if (wait_for_tpm_stat in tpm_tis_send_main()
|