new_heartbeat     214 drivers/watchdog/nv_tco.c 	int new_heartbeat;
new_heartbeat     248 drivers/watchdog/nv_tco.c 		if (get_user(new_heartbeat, p))
new_heartbeat     250 drivers/watchdog/nv_tco.c 		if (tco_timer_set_heartbeat(new_heartbeat))
new_heartbeat     591 drivers/watchdog/pcwd.c 	int new_heartbeat;
new_heartbeat     647 drivers/watchdog/pcwd.c 		if (get_user(new_heartbeat, argp))
new_heartbeat     650 drivers/watchdog/pcwd.c 		if (pcwd_set_heartbeat(new_heartbeat))
new_heartbeat     535 drivers/watchdog/pcwd_pci.c 		int new_heartbeat;
new_heartbeat     537 drivers/watchdog/pcwd_pci.c 		if (get_user(new_heartbeat, p))
new_heartbeat     540 drivers/watchdog/pcwd_pci.c 		if (pcipcwd_set_heartbeat(new_heartbeat))
new_heartbeat     445 drivers/watchdog/pcwd_usb.c 		int new_heartbeat;
new_heartbeat     447 drivers/watchdog/pcwd_usb.c 		if (get_user(new_heartbeat, p))
new_heartbeat     450 drivers/watchdog/pcwd_usb.c 		if (usb_pcwd_set_heartbeat(usb_pcwd_device, new_heartbeat))
new_heartbeat     355 drivers/watchdog/wdt.c 	int new_heartbeat;
new_heartbeat     387 drivers/watchdog/wdt.c 		if (get_user(new_heartbeat, p))
new_heartbeat     389 drivers/watchdog/wdt.c 		if (wdt_set_heartbeat(new_heartbeat))
new_heartbeat     392 drivers/watchdog/wdt_pci.c 	int new_heartbeat;
new_heartbeat     424 drivers/watchdog/wdt_pci.c 		if (get_user(new_heartbeat, p))
new_heartbeat     426 drivers/watchdog/wdt_pci.c 		if (wdtpci_set_heartbeat(new_heartbeat))