Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/watchdog/
Diop_wdt.c33 #define WDT_OK_TO_CLOSE 1 macro
89 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_open()
102 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_write()
110 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_write()
153 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_ioctl()
181 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) in iop_wdt_release()
195 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_release()
Dm54xx_wdt.c43 #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()
Dsbc_fitpc2_wdt.c35 #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()