Searched refs:wdt_is_open (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/watchdog/ |
H A D | sbc60xxwdt.c | 112 static unsigned long wdt_is_open; variable 197 if (test_and_set_bit(0, &wdt_is_open)) in fop_open() 216 clear_bit(0, &wdt_is_open); in fop_close()
|
H A D | w83877f_wdt.c | 99 static unsigned long wdt_is_open; variable 218 if (test_and_set_bit(0, &wdt_is_open)) in fop_open() 234 clear_bit(0, &wdt_is_open); in fop_close()
|
H A D | sc520_wdt.c | 125 static unsigned long wdt_is_open; variable 250 if (test_and_set_bit(0, &wdt_is_open)) in fop_open() 268 clear_bit(0, &wdt_is_open); in fop_close()
|
H A D | ar7_wdt.c | 59 static unsigned long wdt_is_open; variable 159 if (test_and_set_bit(0, &wdt_is_open)) in ar7_wdt_open() 173 clear_bit(0, &wdt_is_open); in ar7_wdt_release()
|
H A D | alim7101_wdt.c | 77 static unsigned long wdt_is_open; variable 214 if (test_and_set_bit(0, &wdt_is_open)) in fop_open() 229 clear_bit(0, &wdt_is_open); in fop_close()
|
H A D | wdt.c | 49 static unsigned long wdt_is_open; variable 414 if (test_and_set_bit(0, &wdt_is_open)) in wdt_open() 439 clear_bit(0, &wdt_is_open); in wdt_release()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-m41t80.c | 610 static unsigned long wdt_is_open; variable 798 if (test_and_set_bit(0, &wdt_is_open)) { in wdt_open() 805 wdt_is_open = 1; in wdt_open() 821 clear_bit(0, &wdt_is_open); in wdt_release()
|