Searched refs:wdt_is_open (Results 1 - 7 of 7) sorted by relevance

/drivers/watchdog/
H A Dalim7101_wdt.c76 static unsigned long wdt_is_open; variable
213 if (test_and_set_bit(0, &wdt_is_open))
228 clear_bit(0, &wdt_is_open);
H A Dar7_wdt.c71 static unsigned long wdt_is_open; variable
173 if (test_and_set_bit(0, &wdt_is_open))
187 clear_bit(0, &wdt_is_open);
H A Dsbc60xxwdt.c22 * fix possible wdt_is_open race
118 static unsigned long wdt_is_open; variable
203 if (test_and_set_bit(0, &wdt_is_open))
222 clear_bit(0, &wdt_is_open);
H A Dsc520_wdt.c31 * - fix possible wdt_is_open race
129 static unsigned long wdt_is_open; variable
254 if (test_and_set_bit(0, &wdt_is_open))
272 clear_bit(0, &wdt_is_open);
H A Dw83877f_wdt.c25 * fix possible wdt_is_open race
103 static unsigned long wdt_is_open; variable
222 if (test_and_set_bit(0, &wdt_is_open))
238 clear_bit(0, &wdt_is_open);
H A Dwdt.c53 static unsigned long wdt_is_open; variable
418 if (test_and_set_bit(0, &wdt_is_open))
443 clear_bit(0, &wdt_is_open);
/drivers/rtc/
H A Drtc-m41t80.c359 static unsigned long wdt_is_open; variable
552 if (test_and_set_bit(0, &wdt_is_open)) {
559 wdt_is_open = 1;
575 clear_bit(0, &wdt_is_open);

Completed in 995 milliseconds