Lines Matching full: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:
32 * - Polarity is changed
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) in pwm_omap_dmtimer_set_polarity() argument
253 /* Disable the PWM before changing the polarity. */ in pwm_omap_dmtimer_set_polarity()
259 polarity == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_set_polarity()
289 if (pwm_omap_dmtimer_polarity(omap) != state->polarity) in pwm_omap_dmtimer_apply()
290 pwm_omap_dmtimer_set_polarity(chip, pwm, state->polarity); in pwm_omap_dmtimer_apply()
299 state->polarity == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_apply()