Searched defs:tpm_class_ops (Results 1 – 1 of 1) sorted by relevance
54509 struct tpm_class_ops { struct54510 unsigned int flags;54511 const u8 req_complete_mask;54512 const u8 req_complete_val;54513 bool (*req_canceled)(struct tpm_chip *, u8);54514 int (*recv)(struct tpm_chip *, u8 *, size_t);54515 int (*send)(struct tpm_chip *, u8 *, size_t);54516 void (*cancel)(struct tpm_chip *);54517 u8 (*status)(struct tpm_chip *);54518 void (*update_timeouts)(struct tpm_chip *, long unsigned int *);[all …]