Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
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_KERNE in tpm_tis_synquacer_init()
[all...]
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_tis_synquacer.c26 struct tpm_tis_synquacer_phy { struct
31 static inline struct tpm_tis_synquacer_phy *to_tpm_tis_tcg_phy(struct tpm_tis_data *data) in to_tpm_tis_tcg_phy()
33 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()
65 struct tpm_tis_synquacer_phy *phy = to_tpm_tis_tcg_phy(data); in tpm_tis_synquacer_write_bytes()
96 struct tpm_tis_synquacer_phy *phy; in tpm_tis_synquacer_init()
98 phy = devm_kzalloc(dev, sizeof(struct tpm_tis_synquacer_phy), GFP_KERNEL); in tpm_tis_synquacer_init()

Completed in 1 milliseconds