Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dnv_tco.c214 int new_heartbeat; in nv_tco_ioctl() local
248 if (get_user(new_heartbeat, p)) in nv_tco_ioctl()
250 if (tco_timer_set_heartbeat(new_heartbeat)) in nv_tco_ioctl()
H A Dwdt.c355 int new_heartbeat; in wdt_ioctl() local
387 if (get_user(new_heartbeat, p)) in wdt_ioctl()
389 if (wdt_set_heartbeat(new_heartbeat)) in wdt_ioctl()
H A Dwdt_pci.c392 int new_heartbeat; in wdtpci_ioctl() local
424 if (get_user(new_heartbeat, p)) in wdtpci_ioctl()
426 if (wdtpci_set_heartbeat(new_heartbeat)) in wdtpci_ioctl()
H A Dpcwd_pci.c535 int new_heartbeat; in pcipcwd_ioctl() local
537 if (get_user(new_heartbeat, p)) in pcipcwd_ioctl()
540 if (pcipcwd_set_heartbeat(new_heartbeat)) in pcipcwd_ioctl()
H A Dpcwd_usb.c447 int new_heartbeat; in usb_pcwd_ioctl() local
449 if (get_user(new_heartbeat, p)) in usb_pcwd_ioctl()
452 if (usb_pcwd_set_heartbeat(usb_pcwd_device, new_heartbeat)) in usb_pcwd_ioctl()
H A Dpcwd.c591 int new_heartbeat; in pcwd_ioctl() local
647 if (get_user(new_heartbeat, argp)) in pcwd_ioctl()
650 if (pcwd_set_heartbeat(new_heartbeat)) in pcwd_ioctl()