Searched refs:vbus_boost (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/phy/
H A Dphy-exynos5-usbdrd.c163 * vbus_boost: Boost regulator for VBUS present on few Exynos boards
183 struct regulator *vbus_boost; member in struct:exynos5_usbdrd_phy
466 if (phy_drd->vbus_boost) { exynos5_usbdrd_phy_power_on()
467 ret = regulator_enable(phy_drd->vbus_boost); exynos5_usbdrd_phy_power_on()
489 if (phy_drd->vbus_boost) exynos5_usbdrd_phy_power_on()
490 regulator_disable(phy_drd->vbus_boost); exynos5_usbdrd_phy_power_on()
516 if (phy_drd->vbus_boost) exynos5_usbdrd_phy_power_off()
517 regulator_disable(phy_drd->vbus_boost); exynos5_usbdrd_phy_power_off()
732 phy_drd->vbus_boost = devm_regulator_get(dev, "vbus-boost"); exynos5_usbdrd_phy_probe()
733 if (IS_ERR(phy_drd->vbus_boost)) { exynos5_usbdrd_phy_probe()
734 ret = PTR_ERR(phy_drd->vbus_boost); exynos5_usbdrd_phy_probe()
739 phy_drd->vbus_boost = NULL; exynos5_usbdrd_phy_probe()

Completed in 122 milliseconds