Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm_tis.c43 struct tpm_tis_tcg_phy { struct
48 static inline struct tpm_tis_tcg_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data) in to_tpm_tis_tcg_phy() argument
50 return container_of(data, struct tpm_tis_tcg_phy, priv); in to_tpm_tis_tcg_phy()
93 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read_bytes()
103 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write_bytes()
112 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read16()
120 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read32()
128 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write32()
145 struct tpm_tis_tcg_phy *phy; in tpm_tis_init()
148 phy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy), GFP_KERNEL); in tpm_tis_init()