Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm-interface.c370 int tpm_auto_startup(struct tpm_chip *chip) in tpm_auto_startup() function
H A Dtpm.h242 int tpm_auto_startup(struct tpm_chip *chip);
H A Dtpm-chip.c587 rc = tpm_auto_startup(chip); in tpm_chip_bootstrap()