Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/eventlog/
H A 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
H A Dof.c51 int tpm_read_log_of(struct tpm_chip *chip) in tpm_read_log_of() function
H A Dcommon.c95 return tpm_read_log_of(chip); in tpm_read_log()