Home
last modified time | relevance | path

Searched refs:tpm2_probe (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/char/tpm/
Dtpm2-cmd.c836 int tpm2_probe(struct tpm_chip *chip) in tpm2_probe() function
858 EXPORT_SYMBOL_GPL(tpm2_probe);
Dtpm.h600 int tpm2_probe(struct tpm_chip *chip);
Dtpm_tis_core.c900 rc = tpm2_probe(chip); in tpm_tis_core_init()