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

/linux-4.1.27/drivers/usb/dwc3/
H A Ddwc3-omap.c136 struct regulator *vbus_reg; member in struct:dwc3_omap
230 if (omap->vbus_reg) { dwc3_omap_set_mailbox()
231 ret = regulator_enable(omap->vbus_reg); dwc3_omap_set_mailbox()
260 if (omap->vbus_reg) dwc3_omap_set_mailbox()
261 regulator_disable(omap->vbus_reg); dwc3_omap_set_mailbox()
486 struct regulator *vbus_reg = NULL; dwc3_omap_probe() local
518 vbus_reg = devm_regulator_get(dev, "vbus"); dwc3_omap_probe()
519 if (IS_ERR(vbus_reg)) { dwc3_omap_probe()
521 return PTR_ERR(vbus_reg); dwc3_omap_probe()
528 omap->vbus_reg = vbus_reg; dwc3_omap_probe()

Completed in 140 milliseconds