Lines Matching refs:data
32 static inline struct tpm_tis_synquacer_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data)
34 return container_of(data, struct tpm_tis_synquacer_phy, priv);
37 static int tpm_tis_synquacer_read_bytes(struct tpm_tis_data *data, u32 addr,
40 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data);
48 static int tpm_tis_synquacer_write_bytes(struct tpm_tis_data *data, u32 addr,
51 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data);
59 static int tpm_tis_synquacer_read16_bw(struct tpm_tis_data *data,
62 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data);
74 static int tpm_tis_synquacer_read32_bw(struct tpm_tis_data *data,
77 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data);
91 static int tpm_tis_synquacer_write32_bw(struct tpm_tis_data *data,
94 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data);