Lines Matching defs:polarity
29 * - PWM OMAP DM timer cannot change the polarity when pwm is active. When
30 * user requests a change in polarity when in active state:
127 * pwm_omap_dmtimer_polarity() - Detect the polarity of pwm.
130 * Return the polarity of pwm.
241 * pwm_omap_dmtimer_set_polarity() - Changes the polarity of the pwm dm timer.
244 * @polarity: New pwm polarity to be set
248 enum pwm_polarity polarity)
253 /* Disable the PWM before changing the polarity. */
259 polarity == PWM_POLARITY_INVERSED,
289 if (pwm_omap_dmtimer_polarity(omap) != state->polarity)
290 pwm_omap_dmtimer_set_polarity(chip, pwm, state->polarity);
299 state->polarity == PWM_POLARITY_INVERSED,