Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-twl6030-usb.c98 struct regulator *usb3v3; member
166 twl->usb3v3 = regulator_get(twl->dev, twl->regulator); in twl6030_usb_ldo_init()
167 if (IS_ERR(twl->usb3v3)) in twl6030_usb_ldo_init()
223 ret = regulator_enable(twl->usb3v3); in twl6030_usb_irq()
237 regulator_disable(twl->usb3v3); in twl6030_usb_irq()
258 ret = regulator_enable(twl->usb3v3); in twl6030_usbotg_irq()
413 regulator_put(twl->usb3v3); in twl6030_usb_remove()