Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/tpm/eventlog/
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
Defi.c16 int tpm_read_log_efi(struct tpm_chip *chip) in tpm_read_log_efi() function
Dcommon.c89 rc = tpm_read_log_efi(chip); in tpm_read_log()