Searched refs:usb33d (Results 1 – 4 of 4) sorted by relevance
388 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()
1077 struct regulator *usb33d; member
40 - usb33d-supply: external VBUS and ID sensing comparators supply, in order to
1075 usb33d-supply = <&usb33>;