Home
last modified time | relevance | path

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

/include/linux/phy/
Dphy.h84 struct phy_ops { struct
85 int (*init)(struct phy *phy);
86 int (*exit)(struct phy *phy);
87 int (*power_on)(struct phy *phy);
88 int (*power_off)(struct phy *phy);
89 int (*set_mode)(struct phy *phy, enum phy_mode mode, int submode);
90 int (*set_media)(struct phy *phy, enum phy_media media);
91 int (*set_speed)(struct phy *phy, int speed);
103 int (*configure)(struct phy *phy, union phy_configure_opts *opts);
121 int (*validate)(struct phy *phy, enum phy_mode mode, int submode,
[all …]
/include/drm/bridge/
Ddw_mipi_dsi.h73 const struct dw_mipi_dsi_phy_ops *phy_ops; member
Ddw_hdmi.h152 const struct dw_hdmi_phy_ops *phy_ops; member