Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Df71808e_wdt.c666 static struct notifier_block watchdog_notifier = { variable
710 err = register_reboot_notifier(&watchdog_notifier); in watchdog_init()
772 unregister_reboot_notifier(&watchdog_notifier); in watchdog_init()
869 unregister_reboot_notifier(&watchdog_notifier); in f71808e_exit()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dw83793.c1490 static struct notifier_block watchdog_notifier = { variable
1529 unregister_reboot_notifier(&watchdog_notifier); in w83793_remove()
1840 err = register_reboot_notifier(&watchdog_notifier); in w83793_probe()