Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/watchdog/
Df71808e_wdt.c664 static struct notifier_block watchdog_notifier = { variable
708 err = register_reboot_notifier(&watchdog_notifier); in watchdog_init()
770 unregister_reboot_notifier(&watchdog_notifier); in watchdog_init()
867 unregister_reboot_notifier(&watchdog_notifier); in f71808e_exit()
/Linux-v5.10/drivers/hwmon/
Dw83793.c1491 static struct notifier_block watchdog_notifier = { variable
1530 unregister_reboot_notifier(&watchdog_notifier); in w83793_remove()
1844 err = register_reboot_notifier(&watchdog_notifier); in w83793_probe()