Searched defs:phy_ops (Results 1 – 4 of 4) sorted by relevance
37 struct phy_ops { struct53 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);
40 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_check_locality() local65 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_request_locality() local95 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_status() local121 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_release_locality() local175 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_get_burstcount() local211 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_ready() local221 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_send() local307 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_recv_data() local416 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
96 static struct tpm_tis_phy_ops phy_ops = { variable
113 struct tpm_tis_phy_ops *phy_ops; member