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

/drivers/watchdog/
H A Dstmp3xxx_wdt.c111 int new_heartbeat, opts; local
150 if (get_user(new_heartbeat, p)) {
154 if (new_heartbeat <= 0 || new_heartbeat > MAX_HEARTBEAT) {
159 heartbeat = new_heartbeat;
H A Di6300esb.c257 int new_heartbeat; local
301 if (get_user(new_heartbeat, p))
303 if (esb_timer_set_heartbeat(new_heartbeat))
H A Dnv_tco.c218 int new_heartbeat; local
252 if (get_user(new_heartbeat, p))
254 if (tco_timer_set_heartbeat(new_heartbeat))
H A Dshwdt.c248 int new_heartbeat; local
277 if (get_user(new_heartbeat, (int *)arg))
280 if (sh_wdt_set_heartbeat(new_heartbeat))
H A Dsp5100_tco.c188 int new_heartbeat; local
223 if (get_user(new_heartbeat, p))
225 if (tco_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 Djz4740_wdt.c74 static void jz4740_wdt_set_heartbeat(int new_heartbeat) argument
80 heartbeat = new_heartbeat;
H A Docteon-wdt-main.c559 int new_heartbeat; local
579 if (get_user(new_heartbeat, p))
581 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 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))
H A DiTCO_wdt.c706 int new_heartbeat; local
746 if (get_user(new_heartbeat, p))
748 if (iTCO_wdt_set_heartbeat(new_heartbeat))

Completed in 91 milliseconds