Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c492 int tpm2_probe(struct tpm_chip *chip) in tpm2_probe() function
514 EXPORT_SYMBOL_GPL(tpm2_probe);
H A Dtpm.h303 int tpm2_probe(struct tpm_chip *chip);
H A Dtpm_tis_core.c1225 rc = tpm2_probe(chip); in tpm_tis_core_init()