Lines Matching defs:phy
15 #include <linux/phy/phy.h>62 struct phy *phy;274 ret = phy_init(priv->phy);342 priv->phy = devm_phy_optional_get(dev, "pcie-phy");343 if (IS_ERR(priv->phy)) {344 ret = PTR_ERR(priv->phy);345 dev_err(dev, "Failed to get phy (%d)\n", ret);