Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c20 int tpm_read_log_of(struct tpm_chip *chip) in tpm_read_log_of() function
H A Dcommon.c93 return tpm_read_log_of(chip); in tpm_read_log()