Searched refs:tpm_tis_phy_ops (Results 1 – 5 of 5) sorted by relevance
40 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_check_locality()65 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_request_locality()95 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_status()121 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_release_locality()175 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_get_burstcount()211 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_ready()221 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_send()304 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_recv_data()406 void tpm_tis_ops_register(struct udevice *dev, struct tpm_tis_phy_ops *ops) in tpm_tis_ops_register()413 static bool tis_check_ops(struct tpm_tis_phy_ops *phy_ops) in tis_check_ops()[all …]
27 struct tpm_tis_phy_ops { struct113 struct tpm_tis_phy_ops *phy_ops;268 void tpm_tis_ops_register(struct udevice *udev, struct tpm_tis_phy_ops *ops);
73 static struct tpm_tis_phy_ops phy_ops = {
95 static struct tpm_tis_phy_ops phy_ops = {
190 static struct tpm_tis_phy_ops phy_ops = {
Completed in 9 milliseconds