Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/phy/
Dphy.h263 struct phy *of_phy_get(struct device_node *np, const char *con_id);
472 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
/linux-5.19.10/drivers/phy/
Dphy-core.c615 struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
634 EXPORT_SYMBOL_GPL(of_phy_get);
864 phy = of_phy_get(np, con_id); in devm_of_phy_get()
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c373 serdes_phy = of_phy_get(to_of_node(dpmac_node), NULL); in dpaa2_mac_connect()
/linux-5.19.10/drivers/net/ethernet/mscc/
Docelot_net.c1766 struct phy *serdes = of_phy_get(portnp, NULL); in ocelot_port_phylink_create()