Searched refs:vdd33 (Results 1 – 1 of 1) sorted by relevance
36 struct regulator *vdd33; member81 exynos->vdd33 = devm_regulator_get(dev, "vdd33"); in dwc3_exynos_probe()82 if (IS_ERR(exynos->vdd33)) { in dwc3_exynos_probe()83 ret = PTR_ERR(exynos->vdd33); in dwc3_exynos_probe()86 ret = regulator_enable(exynos->vdd33); in dwc3_exynos_probe()120 regulator_disable(exynos->vdd33); in dwc3_exynos_probe()144 regulator_disable(exynos->vdd33); in dwc3_exynos_remove()234 regulator_disable(exynos->vdd33); in dwc3_exynos_suspend()245 ret = regulator_enable(exynos->vdd33); in dwc3_exynos_resume()
Completed in 4 milliseconds