tpm_class_ops
Regular
4.4
: ✅struct tpm_class_ops {
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
bool (*update_timeouts)(struct tpm_chip *, long unsigned int *);
};
4.8
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
bool (*update_timeouts)(struct tpm_chip *, long unsigned int *);
};
4.10
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
bool (*update_timeouts)(struct tpm_chip *, long unsigned int *);
};
4.13
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
bool (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*request_locality)(struct tpm_chip *, int);
void (*relinquish_locality)(struct tpm_chip *, int);
};
4.15
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
bool (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*request_locality)(struct tpm_chip *, int);
void (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
4.18
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
bool (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
5.0
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
bool (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
5.3
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
5.4
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
5.8
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
void (*update_durations)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
5.11
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
void (*update_durations)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
5.13
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
void (*update_durations)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
5.15
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
void (*update_durations)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
5.19
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
void (*update_durations)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
6.2
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
void (*update_durations)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
6.5
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
void (*update_durations)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
6.8
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
void (*update_durations)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
arm64
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
armhf
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
ppc64el
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
riscv64
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
aws
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
azure
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
gcp
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
lowlatency
: ✅struct tpm_class_ops {
unsigned int flags;
const u8 req_complete_mask;
const u8 req_complete_val;
bool (*req_canceled)(struct tpm_chip *, u8);
int (*recv)(struct tpm_chip *, u8 *, size_t);
int (*send)(struct tpm_chip *, u8 *, size_t);
void (*cancel)(struct tpm_chip *);
u8 (*status)(struct tpm_chip *);
void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
int (*go_idle)(struct tpm_chip *);
int (*cmd_ready)(struct tpm_chip *);
int (*request_locality)(struct tpm_chip *, int);
int (*relinquish_locality)(struct tpm_chip *, int);
void (*clk_enable)(struct tpm_chip *, bool);
};
Regular
4.4
and 4.8
⚠️unsigned int flags
4.8
and 4.10
✅
4.10
and 4.13
⚠️int (*request_locality)(struct tpm_chip *, int)
void (*relinquish_locality)(struct tpm_chip *, int)
4.13
and 4.15
⚠️void (*clk_enable)(struct tpm_chip *, bool)
4.15
and 4.18
⚠️int (*go_idle)(struct tpm_chip *)
int (*cmd_ready)(struct tpm_chip *)
void (*relinquish_locality)(struct tpm_chip *, int)
➡️ int (*relinquish_locality)(struct tpm_chip *, int)
4.18
and 5.0
✅
5.0
and 5.3
⚠️bool (*update_timeouts)(struct tpm_chip *, long unsigned int *)
➡️ void (*update_timeouts)(struct tpm_chip *, long unsigned int *)
5.3
and 5.4
✅
5.4
and 5.8
⚠️void (*update_durations)(struct tpm_chip *, long unsigned int *)
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅