Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtpm.h151 struct tpm_chip { struct
165 struct tpm_chip_seqops bin_log_seqops; argument
166 struct tpm_chip_seqops ascii_log_seqops; argument
168 unsigned int flags;
170 int dev_num; /* /dev/tpm# */
171 unsigned long is_open; /* only one allowed */
173 char hwrng_name[64];
174 struct hwrng hwrng;
176 struct mutex tpm_mutex; /* tpm is processing */
178 unsigned long timeout_a; /* jiffies */
[all …]