Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/
Dtpm2-cmd.c825 int tpm2_probe(struct tpm_chip *chip) in tpm2_probe() function
847 EXPORT_SYMBOL_GPL(tpm2_probe);
Dtpm.h596 int tpm2_probe(struct tpm_chip *chip);
Dtpm_tis_core.c920 rc = tpm2_probe(chip); in tpm_tis_core_init()