vbus_reg 131 drivers/usb/dwc3/dwc3-omap.c struct regulator *vbus_reg; vbus_reg 223 drivers/usb/dwc3/dwc3-omap.c if (omap->vbus_reg) { vbus_reg 224 drivers/usb/dwc3/dwc3-omap.c ret = regulator_enable(omap->vbus_reg); vbus_reg 245 drivers/usb/dwc3/dwc3-omap.c if (omap->vbus_reg) vbus_reg 246 drivers/usb/dwc3/dwc3-omap.c regulator_disable(omap->vbus_reg); vbus_reg 455 drivers/usb/dwc3/dwc3-omap.c struct regulator *vbus_reg = NULL; vbus_reg 484 drivers/usb/dwc3/dwc3-omap.c vbus_reg = devm_regulator_get(dev, "vbus"); vbus_reg 485 drivers/usb/dwc3/dwc3-omap.c if (IS_ERR(vbus_reg)) { vbus_reg 487 drivers/usb/dwc3/dwc3-omap.c return PTR_ERR(vbus_reg); vbus_reg 494 drivers/usb/dwc3/dwc3-omap.c omap->vbus_reg = vbus_reg; vbus_reg 41 drivers/usb/host/ohci-da8xx.c struct regulator *vbus_reg; vbus_reg 93 drivers/usb/host/ohci-da8xx.c if (!da8xx_ohci->vbus_reg) vbus_reg 97 drivers/usb/host/ohci-da8xx.c ret = regulator_enable(da8xx_ohci->vbus_reg); vbus_reg 103 drivers/usb/host/ohci-da8xx.c ret = regulator_disable(da8xx_ohci->vbus_reg); vbus_reg 117 drivers/usb/host/ohci-da8xx.c if (da8xx_ohci->vbus_reg) vbus_reg 118 drivers/usb/host/ohci-da8xx.c return regulator_is_enabled(da8xx_ohci->vbus_reg); vbus_reg 132 drivers/usb/host/ohci-da8xx.c if (!da8xx_ohci->vbus_reg) vbus_reg 135 drivers/usb/host/ohci-da8xx.c ret = regulator_get_error_flags(da8xx_ohci->vbus_reg, &flags); vbus_reg 149 drivers/usb/host/ohci-da8xx.c if (da8xx_ohci->vbus_reg) vbus_reg 162 drivers/usb/host/ohci-da8xx.c if (da8xx_ohci->vbus_reg) vbus_reg 200 drivers/usb/host/ohci-da8xx.c da8xx_ohci->vbus_reg) { vbus_reg 201 drivers/usb/host/ohci-da8xx.c ret = regulator_disable(da8xx_ohci->vbus_reg); vbus_reg 215 drivers/usb/host/ohci-da8xx.c if (!da8xx_ohci->oc_gpio && da8xx_ohci->vbus_reg) { vbus_reg 217 drivers/usb/host/ohci-da8xx.c ret = devm_regulator_register_notifier(da8xx_ohci->vbus_reg, vbus_reg 404 drivers/usb/host/ohci-da8xx.c da8xx_ohci->vbus_reg = devm_regulator_get_optional(dev, "vbus"); vbus_reg 405 drivers/usb/host/ohci-da8xx.c if (IS_ERR(da8xx_ohci->vbus_reg)) { vbus_reg 406 drivers/usb/host/ohci-da8xx.c error = PTR_ERR(da8xx_ohci->vbus_reg); vbus_reg 408 drivers/usb/host/ohci-da8xx.c da8xx_ohci->vbus_reg = NULL;