Lines Matching defs:phy
13 #include <linux/phy/phy.h>74 struct phy *phy;268 lpp->phy = devm_phy_get(dev, "pcie");269 if (IS_ERR(lpp->phy)) {270 ret = PTR_ERR(lpp->phy);272 dev_err(dev, "Couldn't get pcie-phy: %d\n", ret);281 phy_exit(lpp->phy);324 ret = phy_init(lpp->phy);