Lines Matching defs:polarity
112 enum pwm_polarity polarity[NUM_PWM_CHANNEL];
196 if (pc->polarity[chan] == PWM_POLARITY_INVERSED)
204 if (pc->polarity[chan] == PWM_POLARITY_INVERSED)
309 enum pwm_polarity polarity)
313 /* Configuration of polarity in hardware delayed, do at enable */
314 pc->polarity[pwm->hwpwm] = polarity;
343 /* Channels polarity can be configured from action qualifier module */
410 if (state->polarity != pwm->state.polarity) {
416 err = ehrpwm_pwm_set_polarity(chip, pwm, state->polarity);