Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/watchdog/ !
Dath79_wdt.c60 static unsigned long wdt_flags; variable
125 if (test_and_set_bit(WDT_FLAGS_BUSY, &wdt_flags)) in ath79_wdt_open()
128 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_open()
136 if (test_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags)) in ath79_wdt_release()
143 clear_bit(WDT_FLAGS_BUSY, &wdt_flags); in ath79_wdt_release()
144 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_release()
156 clear_bit(WDT_FLAGS_EXPECT_CLOSE, &wdt_flags); in ath79_wdt_write()
166 &wdt_flags); in ath79_wdt_write()
Dgeodewdt.c46 static unsigned long wdt_flags; variable
84 if (test_and_set_bit(WDT_FLAGS_OPEN, &wdt_flags)) in geodewdt_open()
87 if (!test_and_clear_bit(WDT_FLAGS_ORPHAN, &wdt_flags)) in geodewdt_open()
103 set_bit(WDT_FLAGS_ORPHAN, &wdt_flags); in geodewdt_release()
106 clear_bit(WDT_FLAGS_OPEN, &wdt_flags); in geodewdt_release()
Dgef_wdt.c61 static unsigned long wdt_flags; variable
220 if (test_and_set_bit(GEF_WDOG_FLAG_OPENED, &wdt_flags)) in gef_wdt_open()
241 clear_bit(GEF_WDOG_FLAG_OPENED, &wdt_flags); in gef_wdt_release()