Home
last modified time | relevance | path

Searched refs:vdd10 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/dwc3/
Ddwc3-exynos.c41 struct regulator *vdd10; member
175 exynos->vdd10 = devm_regulator_get(dev, "vdd10"); in dwc3_exynos_probe()
176 if (IS_ERR(exynos->vdd10)) { in dwc3_exynos_probe()
177 ret = PTR_ERR(exynos->vdd10); in dwc3_exynos_probe()
180 ret = regulator_enable(exynos->vdd10); in dwc3_exynos_probe()
201 regulator_disable(exynos->vdd10); in dwc3_exynos_probe()
224 regulator_disable(exynos->vdd10); in dwc3_exynos_remove()
245 regulator_disable(exynos->vdd10); in dwc3_exynos_suspend()
260 ret = regulator_enable(exynos->vdd10); in dwc3_exynos_resume()