Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Ddwc3-exynos.c40 struct regulator *vdd33; member
164 exynos->vdd33 = devm_regulator_get(dev, "vdd33"); in dwc3_exynos_probe()
165 if (IS_ERR(exynos->vdd33)) { in dwc3_exynos_probe()
166 ret = PTR_ERR(exynos->vdd33); in dwc3_exynos_probe()
169 ret = regulator_enable(exynos->vdd33); in dwc3_exynos_probe()
203 regulator_disable(exynos->vdd33); in dwc3_exynos_probe()
223 regulator_disable(exynos->vdd33); in dwc3_exynos_remove()
244 regulator_disable(exynos->vdd33); in dwc3_exynos_suspend()
255 ret = regulator_enable(exynos->vdd33); in dwc3_exynos_resume()
/linux-4.1.27/arch/arm/boot/dts/
Domap3-igep.dtsi27 vdd33: regulator-vdd33 { label
29 regulator-name = "vdd33";