Lines Matching defs:dutycycle
48 unsigned int dutycycle;
58 unsigned int dutycycle;
62 dutycycle = pwm_get_relative_duty_cycle(&pwm_state, 100);
65 if (dutycycle == drvdata->duty_cycle_table[i].dutycycle) {
91 drvdata->duty_cycle_table[selector].dutycycle, 100);
166 * The dutycycle for min_uV might be greater than the one for max_uV.
196 unsigned int dutycycle;
202 * The dutycycle for min_uV might be greater than the one for max_uV.
211 dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) *
216 dutycycle = min_uV_duty - dutycycle;
218 dutycycle = min_uV_duty + dutycycle;
220 pwm_set_relative_duty_cycle(&pstate, dutycycle, duty_unit);
303 "pwm-dutycycle-range",
305 of_property_read_u32(pdev->dev.of_node, "pwm-dutycycle-unit",