Lines Matching defs:phy
19 #include <linux/phy/phy.h>58 struct phy *phy;409 hipcie->phy = devm_phy_get(dev, "phy");410 if (IS_ERR(hipcie->phy)) {411 dev_info(dev, "no pcie-phy found\n");412 hipcie->phy = NULL;414 * if no pcie-phy found, phy init418 phy_init(hipcie->phy);446 if (hipcie->phy)447 phy_exit(hipcie->phy);