Searched defs:tpm_class_ops (Results  1 – 5 of 5) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 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 …]
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 84462 struct tpm_class_ops {  struct84463 	unsigned int flags;
 84464 	const u8 req_complete_mask;
 84465 	const u8 req_complete_val;
 84466 	bool (*req_canceled)(struct tpm_chip *, u8);
 84467 	int (*recv)(struct tpm_chip *, u8 *, size_t);
 84468 	int (*send)(struct tpm_chip *, u8 *, size_t);
 84469 	void (*cancel)(struct tpm_chip *);
 84470 	u8 (*status)(struct tpm_chip *);
 84471 	void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
 [all …]
 
 | 
| D | vmlinux.h | 84462 struct tpm_class_ops {  struct84463 	unsigned int flags;
 84464 	const u8 req_complete_mask;
 84465 	const u8 req_complete_val;
 84466 	bool (*req_canceled)(struct tpm_chip *, u8);
 84467 	int (*recv)(struct tpm_chip *, u8 *, size_t);
 84468 	int (*send)(struct tpm_chip *, u8 *, size_t);
 84469 	void (*cancel)(struct tpm_chip *);
 84470 	u8 (*status)(struct tpm_chip *);
 84471 	void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
 [all …]
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 50929 struct tpm_class_ops {  struct50930 	unsigned int flags;
 50931 	const u8 req_complete_mask;
 50932 	const u8 req_complete_val;
 50933 	bool (*req_canceled)(struct tpm_chip *, u8);
 50934 	int (*recv)(struct tpm_chip *, u8 *, size_t);
 50935 	int (*send)(struct tpm_chip *, u8 *, size_t);
 50936 	void (*cancel)(struct tpm_chip *);
 50937 	u8 (*status)(struct tpm_chip *);
 50938 	void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
 [all …]
 
 | 
| D | vmlinux_510.h | 50929 struct tpm_class_ops {  struct50930 	unsigned int flags;
 50931 	const u8 req_complete_mask;
 50932 	const u8 req_complete_val;
 50933 	bool (*req_canceled)(struct tpm_chip *, u8);
 50934 	int (*recv)(struct tpm_chip *, u8 *, size_t);
 50935 	int (*send)(struct tpm_chip *, u8 *, size_t);
 50936 	void (*cancel)(struct tpm_chip *);
 50937 	u8 (*status)(struct tpm_chip *);
 50938 	void (*update_timeouts)(struct tpm_chip *, long unsigned int *);
 [all …]
 
 |