Home
last modified time | relevance | path

Searched defs:phy_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dgeneric-phy.h37 struct phy_ops { struct
53 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args);
67 int (*init)(struct phy *phy);
82 int (*exit)(struct phy *phy);
94 int (*reset)(struct phy *phy);
108 int (*power_on)(struct phy *phy);
122 int (*power_off)(struct phy *phy);
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_core.c40 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_check_locality() local
65 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_request_locality() local
95 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_status() local
121 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_release_locality() local
175 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_get_burstcount() local
211 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_ready() local
221 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_send() local
307 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_recv_data() local
416 static bool tis_check_ops(struct tpm_tis_phy_ops *phy_ops) in tis_check_ops()
428 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_init() local
H A Dtpm2_tis_i2c.c96 static struct tpm_tis_phy_ops phy_ops = { variable
H A Dtpm_tis.h113 struct tpm_tis_phy_ops *phy_ops; member