dutycycle         595 drivers/pwm/core.c 		u64 dutycycle = (u64)state.duty_cycle * pargs.period;
dutycycle         597 drivers/pwm/core.c 		do_div(dutycycle, state.period);
dutycycle         598 drivers/pwm/core.c 		state.duty_cycle = dutycycle;
dutycycle          48 drivers/regulator/pwm-regulator.c 	unsigned int dutycycle;
dutycycle          58 drivers/regulator/pwm-regulator.c 	unsigned int dutycycle;
dutycycle          62 drivers/regulator/pwm-regulator.c 	dutycycle = pwm_get_relative_duty_cycle(&pwm_state, 100);
dutycycle          65 drivers/regulator/pwm-regulator.c 		if (dutycycle == drvdata->duty_cycle_table[i].dutycycle) {
dutycycle          91 drivers/regulator/pwm-regulator.c 			drvdata->duty_cycle_table[selector].dutycycle, 100);
dutycycle         193 drivers/regulator/pwm-regulator.c 	unsigned int dutycycle;
dutycycle         208 drivers/regulator/pwm-regulator.c 	dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) *
dutycycle         213 drivers/regulator/pwm-regulator.c 		dutycycle = min_uV_duty - dutycycle;
dutycycle         215 drivers/regulator/pwm-regulator.c 		dutycycle = min_uV_duty + dutycycle;
dutycycle         217 drivers/regulator/pwm-regulator.c 	pwm_set_relative_duty_cycle(&pstate, dutycycle, duty_unit);