Searched refs:wait_for_tpm_stat (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/char/tpm/ |
D | xen-tpmfront.c | 55 static int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat() function 150 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c, in vtpm_send() 166 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, duration, in vtpm_send() 187 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv()
|
D | tpm_tis_core.c | 47 static int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat() function 263 rc = wait_for_tpm_stat(chip, in recv_data() 319 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_recv() 351 if (wait_for_tpm_stat in tpm_tis_send_data() 374 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 391 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data() 455 if (wait_for_tpm_stat in tpm_tis_send_main()
|