Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Df71808e_wdt.c679 static struct notifier_block watchdog_notifier = { variable
716 err = register_reboot_notifier(&watchdog_notifier); in watchdog_init()
778 unregister_reboot_notifier(&watchdog_notifier); in watchdog_init()
868 unregister_reboot_notifier(&watchdog_notifier); in f71808e_exit()
/Linux-v4.19/drivers/hwmon/
Dw83793.c1504 static struct notifier_block watchdog_notifier = { variable
1543 unregister_reboot_notifier(&watchdog_notifier); in w83793_remove()
1869 err = register_reboot_notifier(&watchdog_notifier); in w83793_probe()