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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dstmp3xxx_wdt.c110 int new_heartbeat, opts; local
149 if (get_user(new_heartbeat, p)) {
153 if (new_heartbeat <= 0 || new_heartbeat > MAX_HEARTBEAT) {
158 heartbeat = new_heartbeat;
H A Dshwdt.c344 int new_heartbeat; local
373 if (get_user(new_heartbeat, (int *)arg))
376 if (sh_wdt_set_heartbeat(new_heartbeat))
H A Di6300esb.c255 int new_heartbeat; local
299 if (get_user(new_heartbeat, p))
301 if (esb_timer_set_heartbeat(new_heartbeat))
H A Dwdt.c358 int new_heartbeat; local
390 if (get_user(new_heartbeat, p))
392 if (wdt_set_heartbeat(new_heartbeat))
H A Docteon-wdt-main.c558 int new_heartbeat; local
578 if (get_user(new_heartbeat, p))
580 if (octeon_wdt_set_heartbeat(new_heartbeat))
H A Dwdt_pci.c399 int new_heartbeat; local
431 if (get_user(new_heartbeat, p))
433 if (wdtpci_set_heartbeat(new_heartbeat))
H A DiTCO_wdt.c683 int new_heartbeat; local
723 if (get_user(new_heartbeat, p))
725 if (iTCO_wdt_set_heartbeat(new_heartbeat))
H A Dpcwd.c607 int new_heartbeat; local
663 if (get_user(new_heartbeat, argp))
666 if (pcwd_set_heartbeat(new_heartbeat))
H A Dpcwd_pci.c551 int new_heartbeat; local
553 if (get_user(new_heartbeat, p))
556 if (pcipcwd_set_heartbeat(new_heartbeat))
H A Dpcwd_usb.c459 int new_heartbeat; local
461 if (get_user(new_heartbeat, p))
464 if (usb_pcwd_set_heartbeat(usb_pcwd_device, new_heartbeat))

Completed in 123 milliseconds