Lines Matching full:duty
13 * @PWM_POLARITY_NORMAL: a high signal for the duration of the duty-
16 * @PWM_POLARITY_INVERSED: a low signal for the duration of the duty-
51 * @duty_cycle: PWM duty cycle (in nanoseconds)
181 * pwm_get_relative_duty_cycle() - Get a relative duty cycle value
182 * @state: PWM state to extract the duty cycle from
183 * @scale: target scale of the relative duty cycle
185 * This functions converts the absolute duty cycle stored in @state (expressed
191 * duty = pwm_get_relative_duty_cycle(&state, 100);
204 * pwm_set_relative_duty_cycle() - Set a relative duty cycle value
206 * @duty_cycle: relative duty cycle value
209 * This functions converts a relative into an absolute duty cycle (expressed
212 * For example if you want to configure a 50% duty cycle, call:
238 * @duty_cycle: duty cycle of the PWM signal (in nanoseconds)