Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Dat91rm9200_wdt.c50 static unsigned long at91wdt_busy; variable
108 if (test_and_set_bit(0, &at91wdt_busy)) in at91_wdt_open()
126 clear_bit(0, &at91wdt_busy); in at91_wdt_close()
285 if (at91wdt_busy) in at91wdt_resume()