Searched refs:devm_of_phy_get (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/include/linux/phy/ | 
| D | phy.h | 134 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np, 259 static inline struct phy *devm_of_phy_get(struct device *dev,  in devm_of_phy_get()  function
  | 
| /linux-4.4.14/drivers/usb/host/ | 
| D | ohci-exynos.c | 64 		phy = devm_of_phy_get(dev, child, NULL);  in exynos_ohci_get_phy()
  | 
| D | ehci-exynos.c | 75 		phy = devm_of_phy_get(dev, child, NULL);  in exynos_ehci_get_phy()
  | 
| /linux-4.4.14/drivers/phy/ | 
| D | phy-core.c | 614 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np,  in devm_of_phy_get()  function 633 EXPORT_SYMBOL_GPL(devm_of_phy_get);
  | 
| /linux-4.4.14/drivers/ata/ | 
| D | libahci_platform.c | 283 	hpriv->phys[port] = devm_of_phy_get(dev, node, NULL);  in ahci_platform_get_phy()
  |