Home
last modified time | relevance | path

Searched refs:of_phy_get (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/phy/
H A Dphy.h273 struct phy *of_phy_get(struct device_node *np, const char *con_id);
497 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
/linux/drivers/phy/
H A Dphy-core.c669 struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
688 EXPORT_SYMBOL_GPL(of_phy_get);
897 phy = of_phy_get(np, con_id); in devm_of_phy_get()
/linux/drivers/net/ethernet/mscc/
H A Docelot.c995 struct phy *serdes = of_phy_get(portnp, NULL); in ocelot_port_configure_serdes()