Searched defs:tpm_chip (Results 1 – 2 of 2) sorted by relevance
119 struct tpm_chip { struct133 struct tpm_chip_seqops bin_log_seqops; argument134 struct tpm_chip_seqops ascii_log_seqops; argument136 unsigned int flags;138 int dev_num; /* /dev/tpm# */139 unsigned long is_open; /* only one allowed */141 char hwrng_name[64];142 struct hwrng hwrng;144 struct mutex tpm_mutex; /* tpm is processing */146 unsigned long timeout_a; /* jiffies */[all …]
106 struct tpm_chip { struct107 int is_open;108 int locality;109 u32 vend_dev;110 u8 rid;111 unsigned long timeout_a, timeout_b, timeout_c, timeout_d; /* msec */112 ulong chip_type;113 struct tpm_tis_phy_ops *phy_ops;