Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/phy/
Dphy.h140 struct phy *of_phy_get(struct device_node *np, const char *con_id);
281 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
/linux-4.4.14/drivers/phy/
Dphy-core.c402 struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
421 EXPORT_SYMBOL_GPL(of_phy_get);
623 phy = of_phy_get(np, con_id); in devm_of_phy_get()