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

/linux-master/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) function
/linux-master/drivers/phy/
H A Dphy-core.c656 * of_phy_get() - lookup and obtain a reference to a phy using a device_node.
664 struct phy *of_phy_get(struct device_node *np, const char *con_id) function
683 EXPORT_SYMBOL_GPL(of_phy_get); variable
687 * @phy: the phy returned by of_phy_get()
689 * Releases a refcount the caller received from of_phy_get().
878 * Gets the phy using of_phy_get(), and associates a device with it using
892 phy = of_phy_get(np, con_id);
917 * Gets the phy using of_phy_get(), and associates a device with it using
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c386 serdes_phy = of_phy_get(to_of_node(dpmac_node), NULL);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c829 struct phy *serdes = of_phy_get(portnp, NULL);

Completed in 210 milliseconds