Home
last modified time | relevance | path

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

/linux/drivers/phy/ti/
H A Dphy-twl4030-usb.c153 struct regulator *usb3v1; member
437 regulator_disable(twl->usb3v1); in twl4030_usb_runtime_suspend()
451 res = regulator_enable(twl->usb3v1); in twl4030_usb_runtime_resume()
532 twl->usb3v1 = devm_regulator_get(twl->dev, "usb3v1"); in twl4030_usb_ldo_init()
533 if (IS_ERR(twl->usb3v1)) in twl4030_usb_ldo_init()