Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtpm.h34 struct tpm_class_ops { struct
35 const u8 req_complete_mask;
36 const u8 req_complete_val;
37 bool (*req_canceled)(struct tpm_chip *chip, u8 status);
38 int (*recv) (struct tpm_chip *chip, u8 *buf, size_t len);
39 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len);
40 void (*cancel) (struct tpm_chip *chip);
41 u8 (*status) (struct tpm_chip *chip);
42 bool (*update_timeouts)(struct tpm_chip *chip,