Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h54509 struct tpm_class_ops { struct
54510 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 …]