Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A 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()
H A Dixp4xx_wdt.c40 #define WDT_OK_TO_CLOSE 1 macro
67 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in ixp4xx_wdt_open()
79 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in ixp4xx_wdt_write()
87 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in ixp4xx_wdt_write()
150 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) in ixp4xx_wdt_release()
155 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in ixp4xx_wdt_release()
H A 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()
H A 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()