Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
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.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()
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()
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.c449 int new_heartbeat; in usb_pcwd_ioctl() local
451 if (get_user(new_heartbeat, p)) in usb_pcwd_ioctl()
454 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()