Home
last modified time | relevance | path

Searched defs:tpm_class_ops (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dtpm.h67 struct tpm_class_ops { struct
68 unsigned int flags;
69 const u8 req_complete_mask;
70 const u8 req_complete_val;
71 bool (*req_canceled)(struct tpm_chip *chip, u8 status);
72 int (*recv) (struct tpm_chip *chip, u8 *buf, size_t len);
73 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len);
74 void (*cancel) (struct tpm_chip *chip);
75 u8 (*status) (struct tpm_chip *chip);
76 void (*update_timeouts)(struct tpm_chip *chip,
[all …]
/kernel/linux/linux-5.10/include/linux/
Dtpm.h60 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,
[all …]