Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
A Ddwc3-exynos.c37 struct regulator *vdd10; member
92 exynos->vdd10 = devm_regulator_get(dev, "vdd10"); in dwc3_exynos_probe()
93 if (IS_ERR(exynos->vdd10)) { in dwc3_exynos_probe()
94 ret = PTR_ERR(exynos->vdd10); in dwc3_exynos_probe()
97 ret = regulator_enable(exynos->vdd10); in dwc3_exynos_probe()
118 regulator_disable(exynos->vdd10); in dwc3_exynos_probe()
145 regulator_disable(exynos->vdd10); in dwc3_exynos_remove()
235 regulator_disable(exynos->vdd10); in dwc3_exynos_suspend()
250 ret = regulator_enable(exynos->vdd10); in dwc3_exynos_resume()

Completed in 5 milliseconds