Searched refs:vbus_boost (Results 1 – 1 of 1) sorted by relevance
213 struct regulator *vbus_boost; member496 if (phy_drd->vbus_boost) { in exynos5_usbdrd_phy_power_on()497 ret = regulator_enable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()519 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_on()520 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()546 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_off()547 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_off()916 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost"); in exynos5_usbdrd_phy_probe()917 if (IS_ERR(phy_drd->vbus_boost)) { in exynos5_usbdrd_phy_probe()918 ret = PTR_ERR(phy_drd->vbus_boost); in exynos5_usbdrd_phy_probe()[all …]