Searched refs:tpm_tis_tcg_phy (Results 1 – 1 of 1) sorted by relevance
42 struct tpm_tis_tcg_phy { struct47 static inline struct tpm_tis_tcg_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data) in to_tpm_tis_tcg_phy() argument49 return container_of(data, struct tpm_tis_tcg_phy, priv); in to_tpm_tis_tcg_phy()135 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read_bytes()146 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write_bytes()156 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read16()165 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read32()174 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write32()191 struct tpm_tis_tcg_phy *phy; in tpm_tis_init()199 phy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy), GFP_KERNEL); in tpm_tis_init()