Searched refs:req_min_uV (Results 1 – 2 of 2) sorted by relevance
95 int req_min_uV, int req_max_uV, in vctrl_set_voltage() argument109 if (req_min_uV >= uV || !vctrl->ovp_threshold) in vctrl_set_voltage()112 vctrl_calc_ctrl_voltage(vctrl, req_min_uV), in vctrl_set_voltage()116 while (uV > req_min_uV) { in vctrl_set_voltage()126 next_uV = max_t(int, req_min_uV, uV - max_drop_uV); in vctrl_set_voltage()
181 int req_min_uV, int req_max_uV, in pwm_regulator_set_voltage() argument208 dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) * in pwm_regulator_set_voltage()
Completed in 7 milliseconds