Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Df71808e_wdt.c680 static struct notifier_block watchdog_notifier = { variable
717 err = register_reboot_notifier(&watchdog_notifier); in watchdog_init()
779 unregister_reboot_notifier(&watchdog_notifier); in watchdog_init()
872 unregister_reboot_notifier(&watchdog_notifier); in f71808e_exit()
/Linux-v5.4/drivers/hwmon/
Dw83793.c1491 static struct notifier_block watchdog_notifier = { variable
1530 unregister_reboot_notifier(&watchdog_notifier); in w83793_remove()
1845 err = register_reboot_notifier(&watchdog_notifier); in w83793_probe()