Home
last modified time | relevance | path

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

/linux/drivers/phy/ti/
H A Dphy-twl4030-usb.c152 struct regulator *usb1v8; member
436 regulator_disable(twl->usb1v8); in twl4030_usb_runtime_suspend()
455 res = regulator_enable(twl->usb1v8); in twl4030_usb_runtime_resume()
550 twl->usb1v8 = devm_regulator_get(twl->dev, "usb1v8"); in twl4030_usb_ldo_init()
551 if (IS_ERR(twl->usb1v8)) in twl4030_usb_ldo_init()