Lines Matching refs:vbus_boost
219 * @vbus_boost: Boost regulator for VBUS present on few Exynos boards
239 struct regulator *vbus_boost;
525 if (phy_drd->vbus_boost) {
526 ret = regulator_enable(phy_drd->vbus_boost);
548 if (phy_drd->vbus_boost)
549 regulator_disable(phy_drd->vbus_boost);
575 if (phy_drd->vbus_boost)
576 regulator_disable(phy_drd->vbus_boost);
1074 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost");
1075 if (IS_ERR(phy_drd->vbus_boost)) {
1076 ret = PTR_ERR(phy_drd->vbus_boost);
1081 phy_drd->vbus_boost = NULL;