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