Searched defs:phy_ops (Results 1 – 2 of 2) sorted by relevance
73 struct phy_ops { struct89 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args);103 int (*init)(struct phy *phy);118 int (*exit)(struct phy *phy);130 int (*reset)(struct phy *phy);142 int (*configure)(struct phy *phy, union phy_configure_opts *opts);160 int (*validate)(struct phy *phy, enum phy_mode mode, int submode,175 int (*power_on)(struct phy *phy);189 int (*power_off)(struct phy *phy);191 int (*set_mode)(struct phy *phy, enum phy_mode mode, int submode);
172 const struct dw_hdmi_phy_ops *phy_ops; member