Lines Matching defs:tpm_class_ops
60 struct tpm_class_ops { struct
61 unsigned int flags;
62 const u8 req_complete_mask;
63 const u8 req_complete_val;
64 bool (*req_canceled)(struct tpm_chip *chip, u8 status);
65 int (*recv) (struct tpm_chip *chip, u8 *buf, size_t len);
66 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len);
67 void (*cancel) (struct tpm_chip *chip);
68 u8 (*status) (struct tpm_chip *chip);
69 void (*update_timeouts)(struct tpm_chip *chip,
71 void (*update_durations)(struct tpm_chip *chip,
73 int (*go_idle)(struct tpm_chip *chip);
74 int (*cmd_ready)(struct tpm_chip *chip);
75 int (*request_locality)(struct tpm_chip *chip, int loc);
76 int (*relinquish_locality)(struct tpm_chip *chip, int loc);
77 void (*clk_enable)(struct tpm_chip *chip, bool value);