Searched refs:v_ulpi (Results 1 – 1 of 1) sorted by relevance
135 struct regulator *v_ulpi; member181 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()185 ret = regulator_set_voltage(ab->v_ulpi, 1300000, 1350000); in ab8500_usb_regulator_enable()190 ret = regulator_set_load(ab->v_ulpi, 28000); in ab8500_usb_regulator_enable()196 ret = regulator_enable(ab->v_ulpi); in ab8500_usb_regulator_enable()201 volt = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()218 regulator_disable(ab->v_ulpi); in ab8500_usb_regulator_disable()223 ret = regulator_set_voltage(ab->v_ulpi, in ab8500_usb_regulator_disable()230 ret = regulator_set_load(ab->v_ulpi, 0); in ab8500_usb_regulator_disable()686 ab->v_ulpi = devm_regulator_get(ab->dev, "vddulpivio18"); in ab8500_usb_regulator_get()[all …]