Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-ab8500-usb.c225 struct regulator *v_ulpi; member
271 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()
275 ret = regulator_set_voltage(ab->v_ulpi, 1300000, 1350000); in ab8500_usb_regulator_enable()
280 ret = regulator_set_load(ab->v_ulpi, 28000); in ab8500_usb_regulator_enable()
286 ret = regulator_enable(ab->v_ulpi); in ab8500_usb_regulator_enable()
291 volt = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()
308 regulator_disable(ab->v_ulpi); in ab8500_usb_regulator_disable()
313 ret = regulator_set_voltage(ab->v_ulpi, in ab8500_usb_regulator_disable()
320 ret = regulator_set_load(ab->v_ulpi, 0); in ab8500_usb_regulator_disable()
1151 ab->v_ulpi = devm_regulator_get(ab->dev, "vddulpivio18"); in ab8500_usb_regulator_get()
[all …]