Lines Matching defs:phy
20 #include <linux/phy/phy.h>
66 /* For Exynos pcie phy */
84 static int exynos5440_pcie_phy_init(struct phy *phy)
86 struct exynos_pcie_phy *ep = phy_get_drvdata(phy);
131 static int exynos5440_pcie_phy_power_on(struct phy *phy)
133 struct exynos_pcie_phy *ep = phy_get_drvdata(phy);
164 static int exynos5440_pcie_phy_power_off(struct phy *phy)
166 struct exynos_pcie_phy *ep = phy_get_drvdata(phy);
171 dev_err(&phy->dev, "PLL Locked: 0x%x\n", val);
198 static int exynos5440_pcie_phy_reset(struct phy *phy)
200 struct exynos_pcie_phy *ep = phy_get_drvdata(phy);
223 .compatible = "samsung,exynos5440-pcie-phy",
233 struct phy *generic_phy;