Searched refs:tpm_tis_tcg_phy (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/char/tpm/
H A Dtpm_tis.c41 struct tpm_tis_tcg_phy { struct
46 static inline struct tpm_tis_tcg_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data)
48 return container_of(data, struct tpm_tis_tcg_phy, priv);
174 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data);
199 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data);
223 struct tpm_tis_tcg_phy *phy;
231 phy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy), GFP_KERNEL);

Completed in 156 milliseconds