Home
last modified time | relevance | path

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

/linux-6.15/drivers/regulator/
H A Dcore.c3871 int current_supply_uV; in regulator_set_voltage_rdev() local
3888 current_supply_uV = regulator_get_voltage_rdev(rdev->supply->rdev); in regulator_set_voltage_rdev()
3889 if (current_supply_uV < 0) { in regulator_set_voltage_rdev()
3890 ret = current_supply_uV; in regulator_set_voltage_rdev()
3894 supply_change_uV = best_supply_uV - current_supply_uV; in regulator_set_voltage_rdev()