Searched defs:tpm_chip (Results 1 – 1 of 1) sorted by relevance
153 struct tpm_chip { struct167 struct tpm_chip_seqops bin_log_seqops; argument168 struct tpm_chip_seqops ascii_log_seqops; argument170 unsigned int flags;172 int dev_num; /* /dev/tpm# */173 unsigned long is_open; /* only one allowed */175 char hwrng_name[64];176 struct hwrng hwrng;178 struct mutex tpm_mutex; /* tpm is processing */180 unsigned long timeout_a; /* jiffies */[all …]