Lines Matching refs:vbus
22 struct regulator *vbus; member
63 if (!jz4740_ohci->vbus) in ohci_jz4740_set_vbus_power()
67 ret = regulator_enable(jz4740_ohci->vbus); in ohci_jz4740_set_vbus_power()
72 ret = regulator_disable(jz4740_ohci->vbus); in ohci_jz4740_set_vbus_power()
186 jz4740_ohci->vbus = devm_regulator_get(&pdev->dev, "vbus"); in jz4740_ohci_probe()
187 if (IS_ERR(jz4740_ohci->vbus)) in jz4740_ohci_probe()
188 jz4740_ohci->vbus = NULL; in jz4740_ohci_probe()
193 if (jz4740_ohci->vbus) in jz4740_ohci_probe()
210 if (jz4740_ohci->vbus) in jz4740_ohci_probe()
211 regulator_disable(jz4740_ohci->vbus); in jz4740_ohci_probe()
227 if (jz4740_ohci->vbus) in jz4740_ohci_remove()
228 regulator_disable(jz4740_ohci->vbus); in jz4740_ohci_remove()