Searched defs:tpm_chip (Results 1 – 1 of 1) sorted by relevance
112 struct tpm_chip { struct126 struct tpm_chip_seqops bin_log_seqops; argument127 struct tpm_chip_seqops ascii_log_seqops; argument129 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 …]