Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis.c41 struct tpm_tis_tcg_phy { struct
46 static inline struct tpm_tis_tcg_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data) in to_tpm_tis_tcg_phy() argument
48 return container_of(data, struct tpm_tis_tcg_phy, priv); in to_tpm_tis_tcg_phy()
174 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_read_bytes()
199 struct tpm_tis_tcg_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tcg_write_bytes()
223 struct tpm_tis_tcg_phy *phy; in tpm_tis_init()
231 phy = devm_kzalloc(dev, sizeof(struct tpm_tis_tcg_phy), GFP_KERNEL); in tpm_tis_init()