Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dgeneric-phy.h73 struct phy_ops { struct
89 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);
/rk3399_rockchip-uboot/include/linux/
H A Ddw_hdmi.h172 const struct dw_hdmi_phy_ops *phy_ops; member