Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/eventlog/
H A Dcommon.h27 int tpm_read_log_efi(struct tpm_chip *chip);
29 static inline int tpm_read_log_efi(struct tpm_chip *chip) in tpm_read_log_efi() function
H A Defi.c17 int tpm_read_log_efi(struct tpm_chip *chip) in tpm_read_log_efi() function
H A Dcommon.c91 rc = tpm_read_log_efi(chip); in tpm_read_log()