Home
last modified time | relevance | path

Searched defs:tpm_class_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dtpm.h86 struct tpm_class_ops { struct
87 unsigned int flags;
88 const u8 req_complete_mask;
89 const u8 req_complete_val;
90 bool (*req_canceled)(struct tpm_chip *chip, u8 status);
91 int (*recv) (struct tpm_chip *chip, u8 *buf, size_t len);
92 int (*send)(struct tpm_chip *chip, u8 *buf, size_t bufsiz,
94 void (*cancel) (struct tpm_chip *chip);
95 u8 (*status) (struct tpm_chip *chip);
96 void (*update_timeouts)(struct tpm_chip *chip,
[all …]