Home
last modified time | relevance | path

Searched refs:reboot_nb (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/watchdog/
A Dwatchdog_core.c160 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()
301 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier; in __watchdog_register_device()
303 ret = register_reboot_notifier(&wdd->reboot_nb); in __watchdog_register_device()
378 unregister_reboot_notifier(&wdd->reboot_nb); in __watchdog_unregister_device()
/linux/drivers/staging/olpc_dcon/
A Dolpc_dcon.c556 struct dcon_priv *dcon = container_of(nb, struct dcon_priv, reboot_nb); in dcon_reboot_notify()
600 dcon->reboot_nb.notifier_call = dcon_reboot_notify; in dcon_probe()
601 dcon->reboot_nb.priority = -1; in dcon_probe()
655 register_reboot_notifier(&dcon->reboot_nb); in dcon_probe()
678 unregister_reboot_notifier(&dcon->reboot_nb); in dcon_remove()
A Dolpc_dcon.h67 struct notifier_block reboot_nb; member
/linux/include/linux/
A Dwatchdog.h108 struct notifier_block reboot_nb; member
/linux/Documentation/watchdog/
A Dwatchdog-kernel-api.rst61 struct notifier_block reboot_nb;
101 * reboot_nb: notifier block that is registered for reboot notifications, for

Completed in 9 milliseconds