Searched refs:TPU_PIN_INACTIVE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pwm/
H A Dpwm-renesas-tpu.c70 TPU_PIN_INACTIVE, /* Pin is driven inactive */ enumerator in enum:tpu_pin_state
117 case TPU_PIN_INACTIVE: tpu_pwm_set_pin()
172 tpu_pwm_set_pin(pwm, TPU_PIN_INACTIVE); tpu_pwm_timer_start()
328 tpu_pwm_set_pin(pwm, duty ? TPU_PIN_ACTIVE : TPU_PIN_INACTIVE); tpu_pwm_config()
360 TPU_PIN_ACTIVE : TPU_PIN_INACTIVE); tpu_pwm_enable()
373 tpu_pwm_set_pin(pwm, TPU_PIN_INACTIVE); tpu_pwm_disable()

Completed in 136 milliseconds