req_min_uV        181 drivers/regulator/pwm-regulator.c 				     int req_min_uV, int req_max_uV,
req_min_uV        208 drivers/regulator/pwm-regulator.c 	dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) *
req_min_uV         91 drivers/regulator/vctrl-regulator.c 			     int req_min_uV, int req_max_uV,
req_min_uV        100 drivers/regulator/vctrl-regulator.c 	if (req_min_uV >= uV || !vctrl->ovp_threshold)
req_min_uV        103 drivers/regulator/vctrl-regulator.c 			vctrl_calc_ctrl_voltage(vctrl, req_min_uV),
req_min_uV        107 drivers/regulator/vctrl-regulator.c 	while (uV > req_min_uV) {
req_min_uV        117 drivers/regulator/vctrl-regulator.c 		next_uV = max_t(int, req_min_uV, uV - max_drop_uV);