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

/linux-4.4.14/drivers/usb/dwc3/
H A Ddwc3-omap.c135 struct regulator *vbus_reg; member in struct:dwc3_omap
227 if (omap->vbus_reg) { dwc3_omap_set_mailbox()
228 ret = regulator_enable(omap->vbus_reg); dwc3_omap_set_mailbox()
255 if (omap->vbus_reg) dwc3_omap_set_mailbox()
256 regulator_disable(omap->vbus_reg); dwc3_omap_set_mailbox()
450 struct regulator *vbus_reg = NULL; dwc3_omap_probe() local
482 vbus_reg = devm_regulator_get(dev, "vbus"); dwc3_omap_probe()
483 if (IS_ERR(vbus_reg)) { dwc3_omap_probe()
485 return PTR_ERR(vbus_reg); dwc3_omap_probe()
492 omap->vbus_reg = vbus_reg; dwc3_omap_probe()

Completed in 62 milliseconds