Searched refs:vbus_supply (Results 1 – 7 of 7) sorted by relevance
92 struct regulator *vbus_supply; member238 ret = regulator_enable(wusb3801->vbus_supply); in wusb3801_hw_update()245 regulator_disable(wusb3801->vbus_supply); in wusb3801_hw_update()342 wusb3801->vbus_supply = devm_regulator_get(dev, "vbus"); in wusb3801_probe()343 if (IS_ERR(wusb3801->vbus_supply)) in wusb3801_probe()344 return PTR_ERR(wusb3801->vbus_supply); in wusb3801_probe()413 regulator_disable(wusb3801->vbus_supply); in wusb3801_remove()
431 struct regulator *vbus_supply; in get_vbus_power() local434 vbus_supply = regulator_get_optional(dev, "vbus"); in get_vbus_power()435 if (IS_ERR(vbus_supply)) in get_vbus_power()437 current_uA = regulator_get_current_limit(vbus_supply); in get_vbus_power()438 regulator_put(vbus_supply); in get_vbus_power()
455 hsotg->vbus_supply = devm_regulator_get_optional(hsotg->dev, "vbus"); in dwc2_driver_probe()456 if (IS_ERR(hsotg->vbus_supply)) { in dwc2_driver_probe()457 retval = PTR_ERR(hsotg->vbus_supply); in dwc2_driver_probe()458 hsotg->vbus_supply = NULL; in dwc2_driver_probe()
1061 struct regulator *vbus_supply; member
136 if (hsotg->vbus_supply) in dwc2_vbus_supply_init()137 return regulator_enable(hsotg->vbus_supply); in dwc2_vbus_supply_init()144 if (hsotg->vbus_supply) in dwc2_vbus_supply_exit()145 return regulator_disable(hsotg->vbus_supply); in dwc2_vbus_supply_exit()
261 /* Should be changed to "otg" once we have vbus_supply */
991 /* Should be changed to "otg" once we have vbus_supply */