Lines Matching defs:phy
15 #include <linux/phy/phy.h>
37 /* For Exynos pcie phy */
50 static int exynos5433_pcie_phy_init(struct phy *phy)
52 struct exynos_pcie_phy *ep = phy_get_drvdata(phy);
119 static int exynos5433_pcie_phy_exit(struct phy *phy)
121 struct exynos_pcie_phy *ep = phy_get_drvdata(phy);
138 .compatible = "samsung,exynos5433-pcie-phy",
147 struct phy *generic_phy;