Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dvctrl-regulator.c96 int req_min_uV, int req_max_uV, in vctrl_set_voltage() argument
105 if (req_min_uV >= uV || !vctrl->ovp_threshold) in vctrl_set_voltage()
109 vctrl_calc_ctrl_voltage(vctrl, req_min_uV), in vctrl_set_voltage()
112 while (uV > req_min_uV) { in vctrl_set_voltage()
122 next_uV = max_t(int, req_min_uV, uV - max_drop_uV); in vctrl_set_voltage()
Dpwm-regulator.c187 int req_min_uV, int req_max_uV, in pwm_regulator_set_voltage() argument
214 dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) * in pwm_regulator_set_voltage()