Searched refs:wdt_flags (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/watchdog/ |
D | ath79_wdt.c | 58 static unsigned long wdt_flags; variable 97 if (test_and_set_bit(WDT_FLAGS_BUSY, &wdt_flags)) in ath79_wdt_open() 100 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_open() 108 if (test_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags)) in ath79_wdt_release() 116 clear_bit(WDT_FLAGS_BUSY, &wdt_flags); in ath79_wdt_release() 117 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_release() 129 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_write() 139 &wdt_flags); in ath79_wdt_write()
|
D | geodewdt.c | 49 static unsigned long wdt_flags; variable 87 if (test_and_set_bit(WDT_FLAGS_OPEN, &wdt_flags)) in geodewdt_open() 90 if (!test_and_clear_bit(WDT_FLAGS_ORPHAN, &wdt_flags)) in geodewdt_open() 106 set_bit(WDT_FLAGS_ORPHAN, &wdt_flags); in geodewdt_release() 109 clear_bit(WDT_FLAGS_OPEN, &wdt_flags); in geodewdt_release()
|
D | gef_wdt.c | 62 static unsigned long wdt_flags; variable 221 if (test_and_set_bit(GEF_WDOG_FLAG_OPENED, &wdt_flags)) in gef_wdt_open() 243 clear_bit(GEF_WDOG_FLAG_OPENED, &wdt_flags); in gef_wdt_release()
|
D | mv64x60_wdt.c | 52 static unsigned long wdt_flags; variable 126 if (test_and_set_bit(MV64x60_WDOG_FLAG_OPENED, &wdt_flags)) in mv64x60_wdt_open() 148 clear_bit(MV64x60_WDOG_FLAG_OPENED, &wdt_flags); in mv64x60_wdt_release()
|