Home
last modified time | relevance | path

Searched refs:usb33d (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dplatform.c388 regulator_disable(hsotg->usb33d); in dwc2_driver_remove()
592 hsotg->usb33d = devm_regulator_get(hsotg->dev, "usb33d"); in dwc2_driver_probe()
593 if (IS_ERR(hsotg->usb33d)) { in dwc2_driver_probe()
594 retval = PTR_ERR(hsotg->usb33d); in dwc2_driver_probe()
601 retval = regulator_enable(hsotg->usb33d); in dwc2_driver_probe()
698 regulator_disable(hsotg->usb33d); in dwc2_driver_probe()
746 regulator_disable(dwc2->usb33d); in dwc2_suspend()
775 ret = regulator_enable(dwc2->usb33d); in dwc2_resume()
H A Dcore.h1077 struct regulator *usb33d; member
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/usb/
H A Ddwc2.txt40 - usb33d-supply: external VBUS and ID sensing comparators supply, in order to
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32mp151.dtsi1075 usb33d-supply = <&usb33>;