exynos_phy 232 drivers/phy/samsung/phy-exynos-pcie.c struct exynos_pcie_phy *exynos_phy; exynos_phy 242 drivers/phy/samsung/phy-exynos-pcie.c exynos_phy = devm_kzalloc(dev, sizeof(*exynos_phy), GFP_KERNEL); exynos_phy 243 drivers/phy/samsung/phy-exynos-pcie.c if (!exynos_phy) exynos_phy 247 drivers/phy/samsung/phy-exynos-pcie.c exynos_phy->phy_base = devm_ioremap_resource(dev, res); exynos_phy 248 drivers/phy/samsung/phy-exynos-pcie.c if (IS_ERR(exynos_phy->phy_base)) exynos_phy 249 drivers/phy/samsung/phy-exynos-pcie.c return PTR_ERR(exynos_phy->phy_base); exynos_phy 252 drivers/phy/samsung/phy-exynos-pcie.c exynos_phy->blk_base = devm_ioremap_resource(dev, res); exynos_phy 253 drivers/phy/samsung/phy-exynos-pcie.c if (IS_ERR(exynos_phy->blk_base)) exynos_phy 254 drivers/phy/samsung/phy-exynos-pcie.c return PTR_ERR(exynos_phy->blk_base); exynos_phy 256 drivers/phy/samsung/phy-exynos-pcie.c exynos_phy->drv_data = drv_data; exynos_phy 264 drivers/phy/samsung/phy-exynos-pcie.c phy_set_drvdata(generic_phy, exynos_phy);