Home
last modified time | relevance | path

Searched refs:timer_enabled (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/watchdog/
H A Dsmsc37b787_wdt.c78 static unsigned long timer_enabled; /* is the timer enabled? */ variable
353 if (test_and_set_bit(0, &timer_enabled)) in wb_smsc_wdt_open()
382 clear_bit(0, &timer_enabled); in wb_smsc_wdt_release()
H A Dpc87413_wdt.c58 static unsigned long timer_enabled; /* is the timer enabled? */ variable
274 if (test_and_set_bit(0, &timer_enabled)) in pc87413_open()
311 clear_bit(0, &timer_enabled); in pc87413_release()