Searched refs:wdt_flags (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/watchdog/ |
| D | ath79_wdt.c | 64 static unsigned long wdt_flags; variable 129 if (test_and_set_bit(WDT_FLAGS_BUSY, &wdt_flags)) in ath79_wdt_open() 132 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_open() 140 if (test_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags)) in ath79_wdt_release() 147 clear_bit(WDT_FLAGS_BUSY, &wdt_flags); in ath79_wdt_release() 148 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_release() 160 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_write() 170 &wdt_flags); in ath79_wdt_write()
|
| D | geodewdt.c | 50 static unsigned long wdt_flags; variable 88 if (test_and_set_bit(WDT_FLAGS_OPEN, &wdt_flags)) in geodewdt_open() 91 if (!test_and_clear_bit(WDT_FLAGS_ORPHAN, &wdt_flags)) in geodewdt_open() 107 set_bit(WDT_FLAGS_ORPHAN, &wdt_flags); in geodewdt_release() 110 clear_bit(WDT_FLAGS_OPEN, &wdt_flags); in geodewdt_release()
|
| D | gef_wdt.c | 65 static unsigned long wdt_flags; variable 224 if (test_and_set_bit(GEF_WDOG_FLAG_OPENED, &wdt_flags)) in gef_wdt_open() 245 clear_bit(GEF_WDOG_FLAG_OPENED, &wdt_flags); in gef_wdt_release()
|
| D | mv64x60_wdt.c | 54 static unsigned long wdt_flags; variable 128 if (test_and_set_bit(MV64x60_WDOG_FLAG_OPENED, &wdt_flags)) in mv64x60_wdt_open() 149 clear_bit(MV64x60_WDOG_FLAG_OPENED, &wdt_flags); in mv64x60_wdt_release()
|