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

/linux-master/drivers/phy/
H A Dphy-core.c604 * _of_phy_get() - lookup and obtain a reference to a phy by phandle
614 static struct phy *_of_phy_get(struct device_node *np, int index) function
672 phy = _of_phy_get(np, index);
793 phy = _of_phy_get(dev->of_node, index);
946 * Gets the phy using _of_phy_get(), then gets a refcount to it,
962 phy = _of_phy_get(np, index);

Completed in 101 milliseconds