Lines Matching defs:polarity
75 enum pwm_polarity polarity;
111 tpd->polarity == PWM_POLARITY_INVERSED ?
116 tpd->polarity == PWM_POLARITY_INVERSED ?
121 tpd->polarity == PWM_POLARITY_INVERSED ?
171 * - Output 0 until TGRA, output 1 until TGRB (active low polarity)
172 * - Output 1 until TGRA, output 0 until TGRB (active high polarity
224 tpd->polarity = PWM_POLARITY_NORMAL;
354 enum pwm_polarity polarity)
358 tpd->polarity = polarity;
401 if (state->polarity != pwm->state.polarity) {
407 err = tpu_pwm_set_polarity(chip, pwm, state->polarity);