Searched refs:req_min_uV (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | vctrl-regulator.c | 95 int req_min_uV, int req_max_uV, in vctrl_set_voltage() argument 109 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()
|
| H A D | pwm-regulator.c | 55 int req_min_uV, int req_max_uV, 192 int req_min_uV, int req_max_uV, in pwm_regulator_set_voltage() argument 219 dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) * in pwm_regulator_set_voltage()
|
| H A D | rk806-regulator.c | 720 int req_min_uV, int req_max_uV, in rk806_set_voltage() argument 728 ret = regulator_map_voltage_linear_range(rdev, req_min_uV, req_max_uV); in rk806_set_voltage()
|