Searched refs:wait_for_tpm_stat_cond (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/char/tpm/ |
D | xen-tpmfront.c | 40 static bool wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat_cond() function 77 wait_for_tpm_stat_cond(chip, mask, check_cancel, in wait_for_tpm_stat()
|
D | tpm_tis_core.c | 35 static bool wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat_cond() function 95 wait_for_tpm_stat_cond(chip, sts_mask, check_cancel, in wait_for_tpm_stat()
|
/linux-6.12.1/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 187 static bool wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat_cond() function 240 condition = wait_for_tpm_stat_cond(chip, mask, in wait_for_stat()
|