Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H 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()
193 regulator_disable(exynos->vdd10); in dwc3_exynos_suspend()
208 ret = regulator_enable(exynos->vdd10); in dwc3_exynos_resume()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H 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()
200 regulator_disable(exynos->vdd10); in dwc3_exynos_suspend()
215 ret = regulator_enable(exynos->vdd10); in dwc3_exynos_resume()
[all...]

Completed in 1 milliseconds