Home
last modified time | relevance | path

Searched refs:usb3v3 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/phy/
Dphy-twl6030-usb.c85 struct regulator *usb3v3; member
155 twl->usb3v3 = regulator_get(twl->dev, "usb"); in twl6030_usb_ldo_init()
156 if (IS_ERR(twl->usb3v3)) in twl6030_usb_ldo_init()
212 ret = regulator_enable(twl->usb3v3); in twl6030_usb_irq()
230 regulator_disable(twl->usb3v3); in twl6030_usb_irq()
251 ret = regulator_enable(twl->usb3v3); in twl6030_usbotg_irq()
410 regulator_put(twl->usb3v3); in twl6030_usb_remove()