Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dwdt977.c34 static int timer_alive; variable
54 if(timer_alive) in wdt977_open()
59 timer_alive++; in wdt977_open()
143 timer_alive=0; in wdt977_release()
Dwdt285.c46 static int timer_alive; variable
75 if(timer_alive) in watchdog_open()
90 timer_alive = 1; in watchdog_open()
99 timer_alive = 0; in watchdog_release()
Dsoftdog.c84 static unsigned long timer_alive; variable
109 if(test_and_set_bit(0, &timer_alive)) in softdog_open()
132 clear_bit(0, &timer_alive); in softdog_release()
Dalim1535d_wdt.c35 static unsigned long timer_alive; variable
117 if (test_and_set_bit(0, &timer_alive)) in ali_open()
144 clear_bit(0, &timer_alive); in ali_release()
Di810-tco.c97 static unsigned long timer_alive; variable
187 if (test_and_set_bit(0, &timer_alive)) in i810tco_open()
209 clear_bit(0, &timer_alive); in i810tco_release()