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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dalim7101_wdt.c78 static unsigned long wdt_is_open; variable
216 if (test_and_set_bit(0, &wdt_is_open))
232 clear_bit(0, &wdt_is_open);
H A Dar7_wdt.c72 static unsigned long wdt_is_open; variable
174 if (test_and_set_bit(0, &wdt_is_open))
190 clear_bit(0, &wdt_is_open);
H A Dmpc8xxx_wdt.c75 static unsigned long wdt_is_open; variable
114 if (test_and_set_bit(0, &wdt_is_open))
142 clear_bit(0, &wdt_is_open);
H A Dsbc60xxwdt.c22 * fix possible wdt_is_open race
117 static unsigned long wdt_is_open; variable
203 if (test_and_set_bit(0, &wdt_is_open))
223 clear_bit(0, &wdt_is_open);
H A Dsc520_wdt.c31 * - fix possible wdt_is_open race
131 static unsigned long wdt_is_open; variable
258 if (test_and_set_bit(0, &wdt_is_open))
277 clear_bit(0, &wdt_is_open);
H A Dw83627hf_wdt.c49 static unsigned long wdt_is_open; variable
255 if (test_and_set_bit(0, &wdt_is_open))
275 clear_bit(0, &wdt_is_open);
H A Dw83697hf_wdt.c49 static unsigned long wdt_is_open; variable
297 if (test_and_set_bit(0, &wdt_is_open))
317 clear_bit(0, &wdt_is_open);
H A Dw83697ug_wdt.c53 static unsigned long wdt_is_open; variable
274 if (test_and_set_bit(0, &wdt_is_open))
294 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
223 if (test_and_set_bit(0, &wdt_is_open))
240 clear_bit(0, &wdt_is_open);
H A Dwdt.c52 static unsigned long wdt_is_open; variable
417 if (test_and_set_bit(0, &wdt_is_open))
442 clear_bit(0, &wdt_is_open);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-m41t80.c504 static unsigned long wdt_is_open; variable
697 if (test_and_set_bit(0, &wdt_is_open)) {
704 wdt_is_open = 1;
720 clear_bit(0, &wdt_is_open);

Completed in 212 milliseconds