Home
last modified time | relevance | path

Searched refs:timer_on (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/pwm/
Dpwm-renesas-tpu.c78 bool timer_on; /* Whether the timer is running */ member
156 if (!pwm->timer_on) { in tpu_pwm_timer_start()
164 pwm->timer_on = true; in tpu_pwm_timer_start()
201 if (!pwm->timer_on) in tpu_pwm_timer_stop()
211 pwm->timer_on = false; in tpu_pwm_timer_stop()
237 pwm->timer_on = false; in tpu_pwm_request()
307 if (duty_only && pwm->timer_on) { in tpu_pwm_config()