Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm.h212 struct tpm_chip { struct
226 struct tpm_chip_seqops bin_log_seqops; argument
227 struct tpm_chip_seqops ascii_log_seqops; argument
229 unsigned int flags;
231 int dev_num; /* /dev/tpm# */
232 unsigned long is_open; /* only one allowed */
234 char hwrng_name[64];
235 struct hwrng hwrng;
237 struct mutex tpm_mutex; /* tpm is processing */
239 unsigned long timeout_a; /* jiffies */
[all …]