max_drop_uV       108 drivers/regulator/vctrl-regulator.c 		int max_drop_uV = (uV * vctrl->ovp_threshold) / 100;
max_drop_uV       114 drivers/regulator/vctrl-regulator.c 		if (max_drop_uV == 0)
max_drop_uV       115 drivers/regulator/vctrl-regulator.c 			max_drop_uV = 1;
max_drop_uV       117 drivers/regulator/vctrl-regulator.c 		next_uV = max_t(int, req_min_uV, uV - max_drop_uV);