Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy-ab8500-usb.c134 struct regulator *v_ape; member
177 ret = regulator_enable(ab->v_ape); in ab8500_usb_regulator_enable()
237 regulator_disable(ab->v_ape); in ab8500_usb_regulator_disable()
713 ab->v_ape = devm_regulator_get(ab->dev, "v-ape"); in ab8500_usb_regulator_get()
714 if (IS_ERR(ab->v_ape)) { in ab8500_usb_regulator_get()
716 err = PTR_ERR(ab->v_ape); in ab8500_usb_regulator_get()