Home
last modified time | relevance | path

Searched refs:tpm_tis_synquacer_phy (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_tis_synquacer.c27 struct tpm_tis_synquacer_phy { struct
32 static inline struct tpm_tis_synquacer_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data) in to_tpm_tis_tcg_phy() argument
34 return container_of(data, struct tpm_tis_synquacer_phy, priv); in to_tpm_tis_tcg_phy()
40 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tis_synquacer_read_bytes()
51 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tis_synquacer_write_bytes()
62 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tis_synquacer_read16_bw()
77 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tis_synquacer_read32_bw()
94 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tis_synquacer_write32_bw()
119 struct tpm_tis_synquacer_phy *phy; in tpm_tis_synquacer_init()
121 phy = devm_kzalloc(dev, sizeof(struct tpm_tis_synquacer_phy), GFP_KERNEL); in tpm_tis_synquacer_init()