next_uV 109 drivers/regulator/vctrl-regulator.c int next_uV; next_uV 117 drivers/regulator/vctrl-regulator.c next_uV = max_t(int, req_min_uV, uV - max_drop_uV); next_uV 118 drivers/regulator/vctrl-regulator.c next_ctrl_uV = vctrl_calc_ctrl_voltage(vctrl, next_uV); next_uV 127 drivers/regulator/vctrl-regulator.c delay = DIV_ROUND_UP(uV - next_uV, vctrl->min_slew_down_rate); next_uV 130 drivers/regulator/vctrl-regulator.c uV = next_uV;