Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Ddwc3-exynos.c36 struct regulator *vdd33; member
81 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()
192 regulator_disable(exynos->vdd33); in dwc3_exynos_suspend()
203 ret = regulator_enable(exynos->vdd33); in dwc3_exynos_resume()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddwc3-exynos.c36 struct regulator *vdd33; member
81 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()
199 regulator_disable(exynos->vdd33); in dwc3_exynos_suspend()
210 ret = regulator_enable(exynos->vdd33); in dwc3_exynos_resume()
[all...]

Completed in 1 milliseconds