Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Di6300esb.c256 int new_heartbeat; in esb_ioctl() local
300 if (get_user(new_heartbeat, p)) in esb_ioctl()
302 if (esb_timer_set_heartbeat(new_heartbeat)) in esb_ioctl()
Dwdt.c359 int new_heartbeat; in wdt_ioctl() local
391 if (get_user(new_heartbeat, p)) in wdt_ioctl()
393 if (wdt_set_heartbeat(new_heartbeat)) in wdt_ioctl()
Dnv_tco.c218 int new_heartbeat; in nv_tco_ioctl() local
252 if (get_user(new_heartbeat, p)) in nv_tco_ioctl()
254 if (tco_timer_set_heartbeat(new_heartbeat)) in nv_tco_ioctl()
Dwdt_pci.c396 int new_heartbeat; in wdtpci_ioctl() local
428 if (get_user(new_heartbeat, p)) in wdtpci_ioctl()
430 if (wdtpci_set_heartbeat(new_heartbeat)) in wdtpci_ioctl()
Dsp5100_tco.c231 int new_heartbeat; in sp5100_tco_ioctl() local
266 if (get_user(new_heartbeat, p)) in sp5100_tco_ioctl()
268 if (tco_timer_set_heartbeat(new_heartbeat)) in sp5100_tco_ioctl()
Dpcwd_pci.c539 int new_heartbeat; in pcipcwd_ioctl() local
541 if (get_user(new_heartbeat, p)) in pcipcwd_ioctl()
544 if (pcipcwd_set_heartbeat(new_heartbeat)) in pcipcwd_ioctl()
Dpcwd_usb.c450 int new_heartbeat; in usb_pcwd_ioctl() local
452 if (get_user(new_heartbeat, p)) in usb_pcwd_ioctl()
455 if (usb_pcwd_set_heartbeat(usb_pcwd_device, new_heartbeat)) in usb_pcwd_ioctl()
Dpcwd.c590 int new_heartbeat; in pcwd_ioctl() local
646 if (get_user(new_heartbeat, argp)) in pcwd_ioctl()
649 if (pcwd_set_heartbeat(new_heartbeat)) in pcwd_ioctl()