Searched defs:tpm_class_ops (Results 1 – 1 of 1) sorted by relevance
52444 struct tpm_class_ops { struct52445 unsigned int flags;52446 const u8 req_complete_mask;52447 const u8 req_complete_val;52448 bool (*req_canceled)(struct tpm_chip *, u8);52449 int (*recv)(struct tpm_chip *, u8 *, size_t);52450 int (*send)(struct tpm_chip *, u8 *, size_t);52451 void (*cancel)(struct tpm_chip *);52452 u8 (*status)(struct tpm_chip *);52453 void (*update_timeouts)(struct tpm_chip *, long unsigned int *);[all …]