Home
last modified time | relevance | path

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

/linux/drivers/phy/ti/
H A Dphy-twl4030-usb.c151 struct regulator *usb1v5; member
435 regulator_disable(twl->usb1v5); in twl4030_usb_runtime_suspend()
468 res = regulator_enable(twl->usb1v5); in twl4030_usb_runtime_resume()
541 twl->usb1v5 = devm_regulator_get(twl->dev, "usb1v5"); in twl4030_usb_ldo_init()
542 if (IS_ERR(twl->usb1v5)) in twl4030_usb_ldo_init()