Searched refs:tpm_tis_tcg_phy (Results 1 – 1 of 1) sorted by relevance
43 struct tpm_tis_tcg_phy { struct48 static inline struct tpm_tis_tcg_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data) in to_tpm_tis_tcg_phy() argument50 return container_of(data, struct tpm_tis_tcg_phy, priv); in to_tpm_tis_tcg_phy()158 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read_bytes()169 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write_bytes()179 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read16()188 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read32()197 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write32()214 struct tpm_tis_tcg_phy *phy; in tpm_tis_init()224 phy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy), GFP_KERNEL); in tpm_tis_init()