Searched refs:WDT_OK_TO_CLOSE (Results 1 – 4 of 4) sorted by relevance
/drivers/watchdog/ |
D | iop_wdt.c | 45 #define WDT_OK_TO_CLOSE 1 macro 101 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_open() 114 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_write() 122 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_write() 165 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_ioctl() 193 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) in iop_wdt_release() 207 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in iop_wdt_release()
|
D | ixp4xx_wdt.c | 39 #define WDT_OK_TO_CLOSE 1 macro 66 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in ixp4xx_wdt_open() 78 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in ixp4xx_wdt_write() 86 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in ixp4xx_wdt_write() 149 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) in ixp4xx_wdt_release() 154 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in ixp4xx_wdt_release()
|
D | m54xx_wdt.c | 42 #define WDT_OK_TO_CLOSE 1 macro 86 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_open() 98 clear_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_write() 106 set_bit(WDT_OK_TO_CLOSE, &wdt_status); in m54xx_wdt_write() 168 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) in m54xx_wdt_release() 175 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()
|