Lines Matching full:polarity
74 enum pwm_polarity polarity; member
113 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
118 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
123 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
173 * - Output 0 until TGRA, output 1 until TGRB (active low polarity) in tpu_pwm_timer_start()
174 * - Output 1 until TGRA, output 0 until TGRB (active high polarity in tpu_pwm_timer_start()
224 tpd->polarity = PWM_POLARITY_NORMAL; in tpu_pwm_request()
352 enum pwm_polarity polarity) in tpu_pwm_set_polarity() argument
357 tpd->polarity = polarity; in tpu_pwm_set_polarity()
402 if (state->polarity != pwm->state.polarity) { in tpu_pwm_apply()
408 err = tpu_pwm_set_polarity(chip, pwm, state->polarity); in tpu_pwm_apply()