Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbtcoex.c80 bool timer_on; member
278 bt_local->timer_on = false; in brcmf_btcoex_timerfunc()
290 if (btci->timer_on) { in brcmf_btcoex_handler()
291 btci->timer_on = false; in brcmf_btcoex_handler()
309 btci->timer_on = true; in brcmf_btcoex_handler()
325 btci->timer_on = true; in brcmf_btcoex_handler()
346 btci->timer_on = false; in brcmf_btcoex_handler()
371 btci->timer_on = false; in brcmf_btcoex_attach()
395 if (cfg->btcoex->timer_on) { in brcmf_btcoex_detach()
396 cfg->btcoex->timer_on = false; in brcmf_btcoex_detach()
[all …]
/linux-6.1.9/drivers/pwm/
Dpwm-renesas-tpu.c70 bool timer_on; /* Whether the timer is running */ member
148 if (!tpd->timer_on) { in tpu_pwm_timer_start()
156 tpd->timer_on = true; in tpu_pwm_timer_start()
193 if (!tpd->timer_on) in tpu_pwm_timer_stop()
203 tpd->timer_on = false; in tpu_pwm_timer_stop()
229 tpd->timer_on = false; in tpu_pwm_request()
325 if (duty_only && tpd->timer_on) { in tpu_pwm_config()