Searched refs:vdd10 (Results 1 – 1 of 1) sorted by relevance
41 struct regulator *vdd10; member175 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()