Home
last modified time | relevance | path

Searched refs:wait_for_tpm_stat (Results 1 – 4 of 4) sorted by relevance

/drivers/char/tpm/
Dtpm_tis_core.c186 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()
Dxen-tpmfront.c92 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()
Dtpm-interface.c903 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);
Dtpm.h495 int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout,