Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/watchdog/
Dath79_wdt.c58 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()
Dgeodewdt.c49 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()
Dgef_wdt.c62 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()
Dmv64x60_wdt.c52 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()