Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-ab8500-usb.c133 struct regulator *v_ape; member
176 ret = regulator_enable(ab->v_ape); in ab8500_usb_regulator_enable()
236 regulator_disable(ab->v_ape); in ab8500_usb_regulator_disable()
679 ab->v_ape = devm_regulator_get(ab->dev, "v-ape"); in ab8500_usb_regulator_get()
680 if (IS_ERR(ab->v_ape)) { in ab8500_usb_regulator_get()
682 err = PTR_ERR(ab->v_ape); in ab8500_usb_regulator_get()