Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dat91rm9200_wdt.c54 static unsigned long at91wdt_busy; variable
112 if (test_and_set_bit(0, &at91wdt_busy)) in at91_wdt_open()
130 clear_bit(0, &at91wdt_busy); in at91_wdt_close()
293 if (at91wdt_busy) in at91wdt_resume()