Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dbtcoex.c90 bool timer_on; member
288 bt_local->timer_on = false; in brcmf_btcoex_timerfunc()
300 if (btci->timer_on) { in brcmf_btcoex_handler()
301 btci->timer_on = false; in brcmf_btcoex_handler()
320 btci->timer_on = true; in brcmf_btcoex_handler()
337 btci->timer_on = true; in brcmf_btcoex_handler()
358 btci->timer_on = false; in brcmf_btcoex_handler()
383 btci->timer_on = false; in brcmf_btcoex_attach()
409 if (cfg->btcoex->timer_on) { in brcmf_btcoex_detach()
410 cfg->btcoex->timer_on = false; in brcmf_btcoex_detach()
[all …]
/linux-4.4.14/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()
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c477 static int timer_on; variable
3504 timer_on = 0; in flush_unmaps()
3572 if (!timer_on) { in add_unmap()
3574 timer_on = 1; in add_unmap()