Searched defs:tpm_chip (Results 1 – 1 of 1) sorted by relevance
108 struct tpm_chip { struct122 struct tpm_chip_seqops bin_log_seqops; argument123 struct tpm_chip_seqops ascii_log_seqops; argument125 unsigned int flags;127 int dev_num; /* /dev/tpm# */128 unsigned long is_open; /* only one allowed */130 char hwrng_name[64];131 struct hwrng hwrng;133 struct mutex tpm_mutex; /* tpm is processing */135 unsigned long timeout_a; /* jiffies */[all …]