Searched refs:vbus_boost (Results 1 – 1 of 1) sorted by relevance
183 struct regulator *vbus_boost; member466 if (phy_drd->vbus_boost) { in exynos5_usbdrd_phy_power_on()467 ret = regulator_enable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()489 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_on()490 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()516 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_off()517 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_off()732 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost"); in exynos5_usbdrd_phy_probe()733 if (IS_ERR(phy_drd->vbus_boost)) { in exynos5_usbdrd_phy_probe()734 ret = PTR_ERR(phy_drd->vbus_boost); in exynos5_usbdrd_phy_probe()[all …]