Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/phy/
H A Dphy.h266 struct phy *of_phy_get(struct device_node *np, const char *con_id);
476 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
/openbmc/linux/drivers/phy/
H A Dphy-core.c622 struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
641 EXPORT_SYMBOL_GPL(of_phy_get);
850 phy = of_phy_get(np, con_id); in devm_of_phy_get()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c386 serdes_phy = of_phy_get(to_of_node(dpmac_node), NULL); in dpaa2_mac_connect()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c829 struct phy *serdes = of_phy_get(portnp, NULL); in ocelot_port_configure_serdes()