Searched refs:wdt_flags (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/watchdog/ ! |
D | ath79_wdt.c | 60 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()
|
D | geodewdt.c | 46 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()
|
D | gef_wdt.c | 61 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()
|