Lines Matching refs:vbus_boost
191 * @vbus_boost: Boost regulator for VBUS present on few Exynos boards
211 struct regulator *vbus_boost;
494 if (phy_drd->vbus_boost) {
495 ret = regulator_enable(phy_drd->vbus_boost);
517 if (phy_drd->vbus_boost)
518 regulator_disable(phy_drd->vbus_boost);
544 if (phy_drd->vbus_boost)
545 regulator_disable(phy_drd->vbus_boost);
900 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost");
901 if (IS_ERR(phy_drd->vbus_boost)) {
902 ret = PTR_ERR(phy_drd->vbus_boost);
907 phy_drd->vbus_boost = NULL;