Home
last modified time | relevance | path

Searched refs:watchdog_notifier (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/watchdog/
Df71808e_wdt.c632 static struct notifier_block watchdog_notifier = { variable
669 err = register_reboot_notifier(&watchdog_notifier); in watchdog_init()
731 unregister_reboot_notifier(&watchdog_notifier); in watchdog_init()
812 unregister_reboot_notifier(&watchdog_notifier); in f71808e_exit()
/linux-4.4.14/drivers/hwmon/
Dw83793.c1504 static struct notifier_block watchdog_notifier = { variable
1543 unregister_reboot_notifier(&watchdog_notifier); in w83793_remove()
1870 err = register_reboot_notifier(&watchdog_notifier); in w83793_probe()