min_uV_duty 148 drivers/regulator/pwm-regulator.c unsigned int min_uV_duty = drvdata->continuous.min_uV_dutycycle; min_uV_duty 167 drivers/regulator/pwm-regulator.c if (max_uV_duty < min_uV_duty) { min_uV_duty 168 drivers/regulator/pwm-regulator.c voltage = min_uV_duty - voltage; min_uV_duty 169 drivers/regulator/pwm-regulator.c diff_duty = min_uV_duty - max_uV_duty; min_uV_duty 171 drivers/regulator/pwm-regulator.c voltage = voltage - min_uV_duty; min_uV_duty 172 drivers/regulator/pwm-regulator.c diff_duty = max_uV_duty - min_uV_duty; min_uV_duty 185 drivers/regulator/pwm-regulator.c unsigned int min_uV_duty = drvdata->continuous.min_uV_dutycycle; min_uV_duty 203 drivers/regulator/pwm-regulator.c if (max_uV_duty < min_uV_duty) min_uV_duty 204 drivers/regulator/pwm-regulator.c diff_duty = min_uV_duty - max_uV_duty; min_uV_duty 206 drivers/regulator/pwm-regulator.c diff_duty = max_uV_duty - min_uV_duty; min_uV_duty 212 drivers/regulator/pwm-regulator.c if (max_uV_duty < min_uV_duty) min_uV_duty 213 drivers/regulator/pwm-regulator.c dutycycle = min_uV_duty - dutycycle; min_uV_duty 215 drivers/regulator/pwm-regulator.c dutycycle = min_uV_duty + dutycycle;