max_uV_duty       149 drivers/regulator/pwm-regulator.c 	unsigned int max_uV_duty = drvdata->continuous.max_uV_dutycycle;
max_uV_duty       167 drivers/regulator/pwm-regulator.c 	if (max_uV_duty < min_uV_duty) {
max_uV_duty       169 drivers/regulator/pwm-regulator.c 		diff_duty = min_uV_duty - max_uV_duty;
max_uV_duty       172 drivers/regulator/pwm-regulator.c 		diff_duty = max_uV_duty - min_uV_duty;
max_uV_duty       186 drivers/regulator/pwm-regulator.c 	unsigned int max_uV_duty = drvdata->continuous.max_uV_dutycycle;
max_uV_duty       203 drivers/regulator/pwm-regulator.c 	if (max_uV_duty < min_uV_duty)
max_uV_duty       204 drivers/regulator/pwm-regulator.c 		diff_duty = min_uV_duty - max_uV_duty;
max_uV_duty       206 drivers/regulator/pwm-regulator.c 		diff_duty = max_uV_duty - min_uV_duty;
max_uV_duty       212 drivers/regulator/pwm-regulator.c 	if (max_uV_duty < min_uV_duty)