Searched refs:v_ulpi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-ab8500-usb.c | 136 struct regulator *v_ulpi; member 182 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable() 184 dev_err(ab->dev, "Failed to get v_ulpi voltage\n"); 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, in ab8500_usb_regulator_disable() [all...] |
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-ab8500-usb.c | 136 struct regulator *v_ulpi; member 182 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable() 184 dev_err(ab->dev, "Failed to get v_ulpi voltage\n"); 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, in ab8500_usb_regulator_disable() [all...] |
Completed in 2 milliseconds