ovp_threshold      43 drivers/regulator/vctrl-regulator.c 	unsigned int ovp_threshold;
ovp_threshold     100 drivers/regulator/vctrl-regulator.c 	if (req_min_uV >= uV || !vctrl->ovp_threshold)
ovp_threshold     108 drivers/regulator/vctrl-regulator.c 		int max_drop_uV = (uV * vctrl->ovp_threshold) / 100;
ovp_threshold     161 drivers/regulator/vctrl-regulator.c 	if (selector >= vctrl->sel || !vctrl->ovp_threshold) {
ovp_threshold     243 drivers/regulator/vctrl-regulator.c 		vctrl->ovp_threshold = pval;
ovp_threshold     244 drivers/regulator/vctrl-regulator.c 		if (vctrl->ovp_threshold > 100) {
ovp_threshold     247 drivers/regulator/vctrl-regulator.c 				vctrl->ovp_threshold);
ovp_threshold     268 drivers/regulator/vctrl-regulator.c 	if (vctrl->ovp_threshold && !vctrl->min_slew_down_rate) {
ovp_threshold     375 drivers/regulator/vctrl-regulator.c 				  (100 - vctrl->ovp_threshold)) / 100;