Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dbtcoex.c80 bool timer_on; member
279 bt_local->timer_on = false; in brcmf_btcoex_timerfunc()
291 if (btci->timer_on) { in brcmf_btcoex_handler()
292 btci->timer_on = false; in brcmf_btcoex_handler()
310 btci->timer_on = true; in brcmf_btcoex_handler()
326 btci->timer_on = true; in brcmf_btcoex_handler()
347 btci->timer_on = false; in brcmf_btcoex_handler()
372 btci->timer_on = false; in brcmf_btcoex_attach()
396 if (cfg->btcoex->timer_on) { in brcmf_btcoex_detach()
429 if (btci->timer_on) { in brcmf_btcoex_dhcp_end()
[all …]
/drivers/pwm/
A Dpwm-renesas-tpu.c69 bool timer_on; /* Whether the timer is running */ member
150 if (!tpd->timer_on) { in tpu_pwm_timer_start()
158 tpd->timer_on = true; in tpu_pwm_timer_start()
195 if (!tpd->timer_on) in tpu_pwm_timer_stop()
205 tpd->timer_on = false; in tpu_pwm_timer_stop()
229 tpd->timer_on = false; in tpu_pwm_request()
323 if (duty_only && tpd->timer_on) { in tpu_pwm_config()

Completed in 8 milliseconds