Searched refs:timer_alive (Results 1 – 6 of 6) sorted by relevance
/drivers/watchdog/ |
D | wdt285.c | 47 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()
|
D | nv_tco.c | 50 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()
|
D | sp5100_tco.c | 53 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()
|
D | i6300esb.c | 80 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()
|
D | wdt977.c | 59 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()
|
D | w83977f_wdt.c | 49 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()
|