Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-ab8500-usb.c223 struct regulator *v_ape; member
266 ret = regulator_enable(ab->v_ape); in ab8500_usb_regulator_enable()
326 regulator_disable(ab->v_ape); in ab8500_usb_regulator_disable()
1144 ab->v_ape = devm_regulator_get(ab->dev, "v-ape"); in ab8500_usb_regulator_get()
1145 if (IS_ERR(ab->v_ape)) { in ab8500_usb_regulator_get()
1147 err = PTR_ERR(ab->v_ape); in ab8500_usb_regulator_get()