Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/tpm/
Dtpm2-cmd.c625 int tpm2_probe(struct tpm_chip *chip) in tpm2_probe() function
646 EXPORT_SYMBOL_GPL(tpm2_probe);
Dtpm.h446 extern int tpm2_probe(struct tpm_chip *chip);
Dtpm_tis.c684 rc = tpm2_probe(chip); in tpm_tis_init()