Lines Matching full:polarity
75 enum pwm_polarity polarity; member
111 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
116 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
121 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
171 * - Output 0 until TGRA, output 1 until TGRB (active low polarity) in tpu_pwm_timer_start()
172 * - 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()
354 enum pwm_polarity polarity) in tpu_pwm_set_polarity() argument
358 tpd->polarity = polarity; in tpu_pwm_set_polarity()
401 if (state->polarity != pwm->state.polarity) { in tpu_pwm_apply()
407 err = tpu_pwm_set_polarity(chip, pwm, state->polarity); in tpu_pwm_apply()