Searched defs:tpm_class_ops (Results 1 – 1 of 1) sorted by relevance
84 struct tpm_class_ops { struct85 unsigned int flags;86 const u8 req_complete_mask;87 const u8 req_complete_val;92 void (*cancel) (struct tpm_chip *chip);93 u8 (*status) (struct tpm_chip *chip);94 void (*update_timeouts)(struct tpm_chip *chip,96 void (*update_durations)(struct tpm_chip *chip,98 int (*go_idle)(struct tpm_chip *chip);99 int (*cmd_ready)(struct tpm_chip *chip);[all …]
Completed in 26 milliseconds