Home
last modified time | relevance | path

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

/drivers/watchdog/
Dwdt285.c42 static unsigned long timer_alive; variable
74 if (test_and_set_bit(1, &timer_alive)) in watchdog_open()
88 clear_bit(1, &timer_alive); in watchdog_open()
112 clear_bit(1, &timer_alive); in watchdog_release()
Dnv_tco.c46 static unsigned long timer_alive; variable
154 if (test_and_set_bit(0, &timer_alive)) in nv_tco_open()
172 clear_bit(0, &timer_alive); in nv_tco_release()
413 clear_bit(0, &timer_alive); in nv_tco_init()
Dw83977f_wdt.c44 static unsigned long timer_alive; variable
289 if (test_and_set_bit(0, &timer_alive)) in wdt_open()
307 clear_bit(0, &timer_alive); in wdt_release()
Dwdt977.c55 static unsigned long timer_alive; variable
265 if (test_and_set_bit(0, &timer_alive)) in wdt977_open()
283 clear_bit(0, &timer_alive); in wdt977_release()