Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtpm.h112 struct tpm_chip { struct
126 struct tpm_chip_seqops bin_log_seqops; argument
127 struct tpm_chip_seqops ascii_log_seqops; argument
129 unsigned int flags;
131 int dev_num; /* /dev/tpm# */
132 unsigned long is_open; /* only one allowed */
134 char hwrng_name[64];
135 struct hwrng hwrng;
137 struct mutex tpm_mutex; /* tpm is processing */
139 unsigned long timeout_a; /* jiffies */
[all …]
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_tis.h40 struct tpm_chip { struct
41 int is_open;
42 int locality;
43 u32 vend_dev;
44 unsigned long timeout_a, timeout_b, timeout_c, timeout_d; /* msec */
45 ulong chip_type;