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);
163 * The dutycycle for min_uV might be greater than the one for max_uV.
193 unsigned int dutycycle;
199 * The dutycycle for min_uV might be greater than the one for max_uV.
208 dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) *
213 dutycycle = min_uV_duty - dutycycle;
215 dutycycle = min_uV_duty + dutycycle;
217 pwm_set_relative_duty_cycle(&pstate, dutycycle, duty_unit);
300 "pwm-dutycycle-range",
302 of_property_read_u32(pdev->dev.of_node, "pwm-dutycycle-unit",