Searched refs:tpm2_startup (Results 1 – 3 of 3) sorted by relevance
432 int tpm2_startup(struct tpm_chip *chip, u16 startup_type) in tpm2_startup() function442 EXPORT_SYMBOL_GPL(tpm2_startup);
441 extern int tpm2_startup(struct tpm_chip *chip, u16 startup_type);
851 rc = tpm2_startup(chip, TPM2_SU_CLEAR); in tpm_tis_init()