Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/watchdog/
Dwdt_mchp_xec.c24 bool timeout_installed; member
36 if (!data->timeout_installed) { in wdt_xec_setup()
69 data->timeout_installed = false; in wdt_xec_disable()
87 data->timeout_installed = false; in wdt_xec_install_timeout()
115 data->timeout_installed = true; in wdt_xec_install_timeout()
Dwdt_npcx.c79 bool timeout_installed; member
179 data->timeout_installed = false; in wdt_npcx_install_timeout()
190 data->timeout_installed = false; in wdt_npcx_install_timeout()
199 data->timeout_installed = true; in wdt_npcx_install_timeout()
214 if (!data->timeout_installed) { in wdt_npcx_setup()
283 data->timeout_installed = false; in wdt_npcx_disable()
Dwdt_ite_it8xxx2.c33 bool timeout_installed; member
56 data->timeout_installed = false; in wdt_it8xxx2_install_timeout()
67 data->timeout_installed = true; in wdt_it8xxx2_install_timeout()
83 if (!data->timeout_installed) { in wdt_it8xxx2_setup()
191 data->timeout_installed = false; in wdt_it8xxx2_disable()
Dwdt_gecko.c40 bool timeout_installed; member
100 if (!data->timeout_installed) { in wdt_gecko_setup()
138 data->timeout_installed = false; in wdt_gecko_disable()
151 if (data->timeout_installed) { in wdt_gecko_install_timeout()
212 data->timeout_installed = true; in wdt_gecko_install_timeout()