Searched refs:new_heartbeat (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dshwdt.c324 int new_heartbeat; local
339 if (get_user(new_heartbeat, (int *)arg))
342 if (sh_wdt_set_heartbeat(new_heartbeat))
H A Di6300esb.c255 int new_heartbeat; local
302 if (get_user(new_heartbeat, p))
305 if (esb_timer_set_heartbeat(new_heartbeat))
H A Dwdt.c321 int new_heartbeat; local
356 if (get_user(new_heartbeat, p))
359 if (wdt_set_heartbeat(new_heartbeat))
H A Dwdt_pci.c364 int new_heartbeat; local
401 if (get_user(new_heartbeat, p))
404 if (wdtpci_set_heartbeat(new_heartbeat))
H A DiTCO_wdt.c465 int new_heartbeat; local
510 if (get_user(new_heartbeat, p))
513 if (iTCO_wdt_set_heartbeat(new_heartbeat))
H A Dpcwd.c581 int new_heartbeat; local
643 if (get_user(new_heartbeat, argp))
646 if (pcwd_set_heartbeat(new_heartbeat))
H A Dpcwd_pci.c533 int new_heartbeat; local
535 if (get_user(new_heartbeat, p))
538 if (pcipcwd_set_heartbeat(new_heartbeat))
H A Dpcwd_usb.c430 int new_heartbeat; local
432 if (get_user(new_heartbeat, p))
435 if (usb_pcwd_set_heartbeat(usb_pcwd_device, new_heartbeat))

Completed in 65 milliseconds