Searched defs:tpm_class_ops (Results 1 – 1 of 1) sorted by relevance
67 struct tpm_class_ops { struct68 unsigned int flags;69 const u8 req_complete_mask;70 const u8 req_complete_val;74 void (*cancel) (struct tpm_chip *chip);75 u8 (*status) (struct tpm_chip *chip);76 void (*update_timeouts)(struct tpm_chip *chip,78 void (*update_durations)(struct tpm_chip *chip,80 int (*go_idle)(struct tpm_chip *chip);81 int (*cmd_ready)(struct tpm_chip *chip);[all …]
Completed in 9 milliseconds