phy_get
EXPORT_SYMBOL_GPL(phy_get);
phy = phy_get(dev, string);
struct phy *phy = phy_get(&pdev->dev, "usb");
struct phy *phy = phy_get(&pdev->dev, "usb");
struct phy *phy_get(struct device *dev, const char *string);