Home
last modified time | relevance | path

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

/linux-6.12.1/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.c17 int tpm_read_log_efi(struct tpm_chip *chip) in tpm_read_log_efi() function
Dcommon.c91 rc = tpm_read_log_efi(chip); in tpm_read_log()