Home
last modified time | relevance | path

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

/drivers/watchdog/
Dwdt285.c47 static unsigned long timer_alive; variable
79 if (test_and_set_bit(1, &timer_alive)) in watchdog_open()
93 clear_bit(1, &timer_alive); in watchdog_open()
117 clear_bit(1, &timer_alive); in watchdog_release()
Dnv_tco.c50 static unsigned long timer_alive; variable
158 if (test_and_set_bit(0, &timer_alive)) in nv_tco_open()
176 clear_bit(0, &timer_alive); in nv_tco_release()
412 clear_bit(0, &timer_alive); in nv_tco_init()
Dsp5100_tco.c53 static unsigned long timer_alive; variable
175 if (test_and_set_bit(0, &timer_alive)) in sp5100_tco_open()
193 clear_bit(0, &timer_alive); in sp5100_tco_release()
496 clear_bit(0, &timer_alive); in sp5100_tco_init()
Di6300esb.c80 static unsigned long timer_alive; variable
201 if (test_and_set_bit(0, &timer_alive)) in esb_open()
219 clear_bit(0, &timer_alive); in esb_release()
Dwdt977.c59 static unsigned long timer_alive; variable
269 if (test_and_set_bit(0, &timer_alive)) in wdt977_open()
287 clear_bit(0, &timer_alive); in wdt977_release()
Dw83977f_wdt.c49 static unsigned long timer_alive; variable
294 if (test_and_set_bit(0, &timer_alive)) in wdt_open()
312 clear_bit(0, &timer_alive); in wdt_release()