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

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

Completed in 52 milliseconds