Searched refs:tpm_tis_tcg_phy (Results 1 – 1 of 1) sorted by relevance
46 struct tpm_tis_tcg_phy { struct51 static inline struct tpm_tis_tcg_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data) in to_tpm_tis_tcg_phy() argument53 return container_of(data, struct tpm_tis_tcg_phy, priv); in to_tpm_tis_tcg_phy()139 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read_bytes()150 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write_bytes()160 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read16()169 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read32()178 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write32()195 struct tpm_tis_tcg_phy *phy; in tpm_tis_init()203 phy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy), GFP_KERNEL); in tpm_tis_init()