Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/watchdog/
Dath79_wdt.c60 static unsigned long wdt_flags; variable
105 if (test_and_set_bit(WDT_FLAGS_BUSY, &wdt_flags)) in ath79_wdt_open()
108 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_open()
116 if (test_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags)) in ath79_wdt_release()
123 clear_bit(WDT_FLAGS_BUSY, &wdt_flags); in ath79_wdt_release()
124 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_release()
136 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_write()
146 &wdt_flags); in ath79_wdt_write()
Dgeodewdt.c50 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()
Dgef_wdt.c64 static unsigned long wdt_flags; variable
223 if (test_and_set_bit(GEF_WDOG_FLAG_OPENED, &wdt_flags)) in gef_wdt_open()
244 clear_bit(GEF_WDOG_FLAG_OPENED, &wdt_flags); in gef_wdt_release()
Dmv64x60_wdt.c54 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()