Searched refs:phy_3p0 (Results 1 – 1 of 1) sorted by relevance
233 struct regulator *phy_3p0; member323 if (mxs_phy->phy_3p0) { in mxs_phy_hw_init()324 ret = regulator_enable(mxs_phy->phy_3p0); in mxs_phy_hw_init()493 if (mxs_phy->phy_3p0) in mxs_phy_shutdown()494 regulator_disable(mxs_phy->phy_3p0); in mxs_phy_shutdown()853 mxs_phy->phy_3p0 = devm_regulator_get(&pdev->dev, "phy-3p0"); in mxs_phy_probe()854 if (PTR_ERR(mxs_phy->phy_3p0) == -ENODEV) in mxs_phy_probe()856 mxs_phy->phy_3p0 = NULL; in mxs_phy_probe()857 else if (IS_ERR(mxs_phy->phy_3p0)) in mxs_phy_probe()858 return dev_err_probe(&pdev->dev, PTR_ERR(mxs_phy->phy_3p0), in mxs_phy_probe()[all …]