Home
last modified time | relevance | path

Searched refs:tpm_is_tpm2 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm-interface.c312 int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function
329 EXPORT_SYMBOL_GPL(tpm_is_tpm2);
/linux/include/linux/
H A Dtpm.h468 extern int tpm_is_tpm2(struct tpm_chip *chip);
492 static inline int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() function