Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/tpm/eventlog/
Dcommon.h19 int tpm_read_log_of(struct tpm_chip *chip);
21 static inline int tpm_read_log_of(struct tpm_chip *chip) in tpm_read_log_of() function
Dof.c20 int tpm_read_log_of(struct tpm_chip *chip) in tpm_read_log_of() function
Dcommon.c93 return tpm_read_log_of(chip); in tpm_read_log()