Home
last modified time | relevance | path

Searched refs:devm_of_phy_get_by_index (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/phy/
Dphy.h136 struct phy *devm_of_phy_get_by_index(struct device *dev, struct device_node *np,
266 static inline struct phy *devm_of_phy_get_by_index(struct device *dev, in devm_of_phy_get_by_index() function
/linux-4.4.14/Documentation/
Dphy.txt79 struct phy *devm_of_phy_get_by_index(struct device *dev, struct device_node *np,
93 this case, devm_of_phy_get_by_index can be used to get a phy reference based on
/linux-4.4.14/drivers/phy/
Dphy-core.c647 struct phy *devm_of_phy_get_by_index(struct device *dev, struct device_node *np, in devm_of_phy_get_by_index() function
674 EXPORT_SYMBOL_GPL(devm_of_phy_get_by_index);
/linux-4.4.14/drivers/usb/host/
Dohci-platform.c180 priv->phys[phy_num] = devm_of_phy_get_by_index( in ohci_platform_probe()
Dehci-platform.c217 priv->phys[phy_num] = devm_of_phy_get_by_index( in ehci_platform_probe()