Searched refs:vbus_boost (Results 1 – 1 of 1) sorted by relevance
211 struct regulator *vbus_boost; member494 if (phy_drd->vbus_boost) { in exynos5_usbdrd_phy_power_on()495 ret = regulator_enable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()517 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_on()518 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_on()544 if (phy_drd->vbus_boost) in exynos5_usbdrd_phy_power_off()545 regulator_disable(phy_drd->vbus_boost); in exynos5_usbdrd_phy_power_off()900 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost"); in exynos5_usbdrd_phy_probe()901 if (IS_ERR(phy_drd->vbus_boost)) { in exynos5_usbdrd_phy_probe()902 ret = PTR_ERR(phy_drd->vbus_boost); in exynos5_usbdrd_phy_probe()[all …]