tpm_tis_tcg_phy
struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data);
struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data);
struct tpm_tis_tcg_phy *phy;
phy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy), GFP_KERNEL);
static inline struct tpm_tis_tcg_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data)
return container_of(data, struct tpm_tis_tcg_phy, priv);