Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy-ab8500-usb.c136 struct regulator *v_ulpi; member
182 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()
186 ret = regulator_set_voltage(ab->v_ulpi, 1300000, 1350000); in ab8500_usb_regulator_enable()
191 ret = regulator_set_load(ab->v_ulpi, 28000); in ab8500_usb_regulator_enable()
197 ret = regulator_enable(ab->v_ulpi); in ab8500_usb_regulator_enable()
202 volt = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()
219 regulator_disable(ab->v_ulpi); in ab8500_usb_regulator_disable()
224 ret = regulator_set_voltage(ab->v_ulpi, in ab8500_usb_regulator_disable()
231 ret = regulator_set_load(ab->v_ulpi, 0); in ab8500_usb_regulator_disable()
721 if (IS_ERR(ab->v_ulpi)) { in ab8500_usb_regulator_get()
[all …]