Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbtcoex.c79 bool timer_on; member
277 bt_local->timer_on = false; in brcmf_btcoex_timerfunc()
289 if (btci->timer_on) { in brcmf_btcoex_handler()
290 btci->timer_on = false; in brcmf_btcoex_handler()
308 btci->timer_on = true; in brcmf_btcoex_handler()
324 btci->timer_on = true; in brcmf_btcoex_handler()
345 btci->timer_on = false; in brcmf_btcoex_handler()
370 btci->timer_on = false; in brcmf_btcoex_attach()
394 if (cfg->btcoex->timer_on) { in brcmf_btcoex_detach()
395 cfg->btcoex->timer_on = false; in brcmf_btcoex_detach()
[all …]
/Linux-v5.4/drivers/pwm/
Dpwm-renesas-tpu.c70 bool timer_on; /* Whether the timer is running */ member
148 if (!pwm->timer_on) { in tpu_pwm_timer_start()
156 pwm->timer_on = true; in tpu_pwm_timer_start()
193 if (!pwm->timer_on) in tpu_pwm_timer_stop()
203 pwm->timer_on = false; in tpu_pwm_timer_stop()
229 pwm->timer_on = false; in tpu_pwm_request()
299 if (duty_only && pwm->timer_on) { in tpu_pwm_config()