Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/arch/arm/boot/dts/
Dexynos5422-odroidxu3-common.dtsi425 vdd10-supply = <&ldo11_reg>;
430 vdd10-supply = <&ldo11_reg>;