Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/watchdog/
Ddiag288_wdt.c109 #define DIAG_WDOG_BUSY 0 macro
118 if (test_and_set_bit(DIAG_WDOG_BUSY, &wdt_status)) in wdt_start()
124 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_start()
143 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_start()
156 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_stop()
233 if (test_and_set_bit(DIAG_WDOG_BUSY, &wdt_status)) { in wdt_suspend()
242 clear_bit(DIAG_WDOG_BUSY, &wdt_status); in wdt_resume()