Searched refs:WDT_OK_TO_CLOSE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/watchdog/ |
| D | m54xx_wdt.c | 43 #define WDT_OK_TO_CLOSE 1 macro 87 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_open() 99 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_write() 107 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_write() 169 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) in m54xx_wdt_release() 176 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_release()
|
| D | sbc_fitpc2_wdt.c | 35 #define WDT_OK_TO_CLOSE 1 macro 74 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in fitpc2_wdt_open() 94 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in fitpc2_wdt_write() 103 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in fitpc2_wdt_write() 169 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) { in fitpc2_wdt_release() 178 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in fitpc2_wdt_release()
|