Lines Matching refs:vbus
139 struct regulator *vbus;
384 if (usbphyc_phy->vbus)
385 return regulator_enable(usbphyc_phy->vbus);
394 if (usbphyc_phy->vbus)
395 return regulator_disable(usbphyc_phy->vbus);
731 usbphyc->phys[port]->vbus = devm_regulator_get_optional(&phy->dev, "vbus");
732 if (IS_ERR(usbphyc->phys[port]->vbus)) {
733 ret = PTR_ERR(usbphyc->phys[port]->vbus);
736 usbphyc->phys[port]->vbus = NULL;