Lines Matching defs:phy
29 #include <linux/phy/phy.h>
47 struct phy *phy;
400 dev_err(dev, "Access to PCIe phy timed out\n");
505 /* Initialize the phy */
552 err = phy_init(host->phy);
556 err = phy_power_on(host->phy);
558 phy_exit(host->phy);
833 host->phy = devm_phy_optional_get(dev, "pcie");
834 if (IS_ERR(host->phy))
835 return PTR_ERR(host->phy);
1035 if (host->phy) {
1036 phy_power_off(host->phy);
1037 phy_exit(host->phy);